11[versions ]
22androidMinSdk = " 21"
33androidTargetSdk = " 35"
4- androidCompileSdk = " 35 "
5- kotlin = " 2.1.10 "
6- androidGradlePlugin = " 8.8.0 "
4+ androidCompileSdk = " 36 "
5+ kotlin = " 2.2.0 "
6+ androidGradlePlugin = " 8.11.1 "
77
88[libraries ]
9- appCompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.0 " }
9+ appCompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.1 " }
1010androidGradlePlugin = { module = " com.android.tools.build:gradle" , version.ref = " androidGradlePlugin" }
1111androidGradlePluginApi = { module = " com.android.tools.build:gradle-api" , version.ref = " androidGradlePlugin" }
1212
1313# Test dependencies
1414junit = { module = " junit:junit" , version = " 4.13.2" }
15- testOrchestrator = { module = " androidx.test:orchestrator" , version = " 1.4.2 " }
15+ testOrchestrator = { module = " androidx.test:orchestrator" , version = " 1.5.1 " }
1616truth = { module = " com.google.truth:truth" , version = " 1.4.4" }
1717supportTestRunner = { module = " androidx.test:runner" , version = " 1.6.2" }
1818espressoCore = { module = " androidx.test.espresso:espresso-core" , version = " 3.6.1" }
1919androidJUnit = { module = " androidx.test.ext:junit" , version = " 1.2.1" }
20- commonsCsv = { module = " org.apache.commons:commons-csv" , version = " 1.13 .0" }
20+ commonsCsv = { module = " org.apache.commons:commons-csv" , version = " 1.14 .0" }
2121kotlinTest = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
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" }
22+ robolectric = { module = " org.robolectric:robolectric" , version = " 4.15 .1" }
23+ mockk = { module = " io.mockk:mockk" , version = " 1.14.5 " }
24+ jacksonYaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , version = " 2.19 .2" }
25+ jacksonKotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" , version = " 2.19 .2" }
2626
2727[bundles ]
28- androidInstrumentedTest = [" supportTestRunner" , " espressoCore" , " androidJUnit" ]
29- androidTest = [" androidJUnit" , " robolectric" ]
30- jvmTest = [" kotlinTest" , " junit" , " truth" , " commonsCsv" ]
28+ androidInstrumentedTest = [" supportTestRunner" , " espressoCore" , " androidJUnit" ]
29+ androidTest = [" androidJUnit" , " robolectric" ]
30+ jvmTest = [" kotlinTest" , " junit" , " truth" , " commonsCsv" ]
3131
3232[plugins ]
3333kotlinJvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
3434kotlinAndroid = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
3535kotlinDokka = { id = " org.jetbrains.dokka" , version = " 2.0.0" }
3636pluginPortalPublish = { id = " com.gradle.plugin-publish" , version = " 1.3.1" }
37- mavenPublish = { id = " com.vanniktech.maven.publish" , version = " 0.30 .0" }
37+ mavenPublish = { id = " com.vanniktech.maven.publish" , version = " 0.34 .0" }
3838versionCheck = { id = " com.github.ben-manes.versions" , version = " 0.52.0" }
3939androidApp = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
4040androidLibrary = { id = " com.android.library" , version.ref = " androidGradlePlugin" }
0 commit comments