1
1
[versions ]
2
2
androidMinSdk = " 21"
3
- androidTargetSdk = " 34 "
4
- androidCompileSdk = " 34 "
5
- kotlin = " 1.9.23 "
6
- androidGradlePlugin = " 8.6 .0"
3
+ androidTargetSdk = " 35 "
4
+ androidCompileSdk = " 35 "
5
+ kotlin = " 2.1.10 "
6
+ androidGradlePlugin = " 8.8 .0"
7
7
8
8
[libraries ]
9
9
appCompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.0" }
@@ -17,12 +17,12 @@ truth = { module = "com.google.truth:truth",
17
17
supportTestRunner = { module = " androidx.test:runner" , version = " 1.6.2" }
18
18
espressoCore = { module = " androidx.test.espresso:espresso-core" , version = " 3.6.1" }
19
19
androidJUnit = { module = " androidx.test.ext:junit" , version = " 1.2.1" }
20
- commonsCsv = { module = " org.apache.commons:commons-csv" , version = " 1.11 .0" }
20
+ commonsCsv = { module = " org.apache.commons:commons-csv" , version = " 1.13 .0" }
21
21
kotlinTest = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
22
- robolectric = { module = " org.robolectric:robolectric" , version = " 4.13 " }
23
- mockk = { module = " io.mockk:mockk" , version = " 1.13.12 " }
24
- jacksonYaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , version = " 2.17 .2" }
25
- jacksonKotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" , version = " 2.17 .2" }
22
+ robolectric = { module = " org.robolectric:robolectric" , version = " 4.14.1 " }
23
+ mockk = { module = " io.mockk:mockk" , version = " 1.13.16 " }
24
+ jacksonYaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , version = " 2.18 .2" }
25
+ jacksonKotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" , version = " 2.18 .2" }
26
26
27
27
[bundles ]
28
28
androidInstrumentedTest = [" supportTestRunner" , " espressoCore" , " androidJUnit" ]
@@ -32,9 +32,9 @@ jvmTest = ["kotlinTest", "junit", "truth", "commonsCsv"]
32
32
[plugins ]
33
33
kotlinJvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
34
34
kotlinAndroid = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
35
- kotlinDokka = { id = " org.jetbrains.dokka" , version = " 1.9.20 " }
36
- pluginPortalPublish = { id = " com.gradle.plugin-publish" , version = " 1.2.2 " }
37
- mavenPublish = { id = " com.vanniktech.maven.publish" , version = " 0.29 .0" }
38
- versionCheck = { id = " com.github.ben-manes.versions" , version = " 0.51 .0" }
35
+ kotlinDokka = { id = " org.jetbrains.dokka" , version = " 2.0.0 " }
36
+ pluginPortalPublish = { id = " com.gradle.plugin-publish" , version = " 1.3.1 " }
37
+ mavenPublish = { id = " com.vanniktech.maven.publish" , version = " 0.30 .0" }
38
+ versionCheck = { id = " com.github.ben-manes.versions" , version = " 0.52 .0" }
39
39
androidApp = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
40
40
androidLibrary = { id = " com.android.library" , version.ref = " androidGradlePlugin" }
0 commit comments