Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Jan 1, 2023
1 parent 9baa4e7 commit 4b1cee7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MVIModularizationTemplate 🧞‍

![Language](https://img.shields.io/badge/Kotlin-1.7.20-blue) ![License](https://img.shields.io/github/license/Drjacky/MVIModularizationTemplate?logo=MIT) [![Actions Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Pre%20Merge%20Checks/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Build Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Android%20CI/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Drjacky_MVIModularizationTemplate&metric=alert_status)](https://sonarcloud.io/dashboard?id=Drjacky_MVIModularizationTemplate)
![Language](https://img.shields.io/badge/Kotlin-1.7.21-blue) ![License](https://img.shields.io/github/license/Drjacky/MVIModularizationTemplate?logo=MIT) [![Actions Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Pre%20Merge%20Checks/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Build Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Android%20CI/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Drjacky_MVIModularizationTemplate&metric=alert_status)](https://sonarcloud.io/dashboard?id=Drjacky_MVIModularizationTemplate)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate?ref=badge_shield) [![CodeScene Code Health](https://codescene.io/projects/29432/status-badges/code-health)](https://codescene.io/projects/29432)
<!-- [![Known Vulnerabilities](https://snyk.io/test/github/Drjacky/MVIModularizationTemplate/badge.svg)](https://snyk.io/test/github/Drjacky/MVIModularizationTemplate) Snyk doesn't support kotlin dsl -->

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ configure<com.osacky.doctor.DoctorExtension> {
ensureJavaHomeMatches.set(true)
failOnError.set(false)
}
}
}
6 changes: 3 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.7.20")
implementation("com.android.tools.build:gradle:7.3.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0-RC2")
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.7.21")
implementation("com.android.tools.build:gradle:7.3.1")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
implementation("com.squareup:javapoet:1.13.0")
}
42 changes: 21 additions & 21 deletions buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,57 +25,57 @@ object Depends {

object Versions {
const val appVersionCode = 1_000_000
const val gradleVersion = "7.3.0"
const val androidCompileSdkVersion = 31
const val targetSdkVersion = 31
const val gradleVersion = "7.3.1"
const val androidCompileSdkVersion = 33
const val targetSdkVersion = 33
const val minSdkVersion = 21
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val kotlinVersion = "1.7.20"
const val kotlinVersion = "1.7.21"
const val rxKotlinVersion = "3.0.1"
const val rxAndroidVersion = "3.0.0"
const val rxAndroidVersion = "3.0.2"
const val rxJavaVersion = "3.1.4"
const val rxBinding = "4.0.0"
const val retrofit2Version = "2.9.0"
const val okhttpLoggingVersion = "5.0.0-alpha.6"
const val okhttpLoggingVersion = "5.0.0-alpha.10"
const val chuckerVersion = "3.5.2"
const val lifecycleVersion = "2.4.0"
const val constraintLayoutVersion = "2.1.3"
const val supportVersion = "1.4.1"
const val materialVersion = "1.6.1"
const val coreKtxVersion = "1.7.0"
const val coreKtxVersion = "1.9.0"
const val navigationVersion = "2.5.0-alpha04"
const val pagingVersion = "3.1.1"
const val multidexVersion = "2.0.1"
const val fragmentExtVersion = "1.5.0-alpha05"
const val fragmentExtVersion = "1.5.4"
const val recyclerviewVersion = "1.3.0-alpha02"
const val hiltVersion = "2.44"
const val hiltCompilerVersion = "1.0.0"
const val javaxInjectVersion = "1"
const val timberVersion = "5.0.1"
const val lottieVersion = "5.2.0"
const val paletteVersion = "1.0.0"
const val glideVersion = "4.13.1"
const val glideVersion = "4.14.2"
const val dataStorePreferenceVersion = "1.0.0"
const val apolloGraphqlVersion = "3.6.2"
const val arrowVersion = "1.0.1"
const val arrowVersion = "1.1.3"

const val mockitoKotlinVersion = "2.2.0"
const val mockitoCoreVersion = "4.3.1"
const val mockitoInlineVersion = "4.3.1"
const val espressoVersion = "3.4.0"
const val mockitoCoreVersion = "4.10.0"
const val mockitoInlineVersion = "4.10.0"
const val espressoVersion = "3.5.0"
const val junitVersion = "4.13.2"
const val supportTestVersion = "1.4.0"
const val testCoreVersion = "1.4.0"
const val testExtJunitVersion = "1.1.3"
const val testExtJunitVersion = "1.1.4"
const val sonarqubeVersion = "3.3"
const val detektVersion = "1.22.0-RC2"
const val checkDependencyVersionsVersion = "0.42.0"
const val detektVersion = "1.22.0"
const val checkDependencyVersionsVersion = "0.44.0"
const val gradleDoctorVersion = "0.8.1"
const val dependencyAnalysisVersion = "1.0.0"
const val sonatypeScanGradleVersion = "2.5.2"
const val leakCanaryVersion = "2.8.1"
const val coroutinesTestVersion = "1.6.0"
const val mockkVersion = "1.12.2"
const val dependencyAnalysisVersion = "1.17.0"
const val sonatypeScanGradleVersion = "2.5.3"
const val leakCanaryVersion = "2.10"
const val coroutinesTestVersion = "1.6.4"
const val mockkVersion = "1.13.3"
const val archCoreTestingVersion = "2.1.0"
}

Expand Down
2 changes: 1 addition & 1 deletion config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ style:
MandatoryBracesLoops:
active: false
MaxLineLength:
active: true
active: false
maxLineLength: 120
excludePackageStatements: true
excludeImportStatements: true
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Apr 06 12:30:45 IST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 4b1cee7

Please sign in to comment.