@@ -3,31 +3,31 @@ minSdk = "21"
33compileSdk = " 34"
44targetSdk = " 34"
55
6- androidgradleplugin = " 8.4.0 "
7- kotlin = " 1.9.24 "
6+ androidgradleplugin = " 8.5.1 "
7+ kotlin = " 2.0.0 "
88kotlinxcoroutines = " 1.8.1"
9- ktlint = " 1.2 .1"
9+ ktlint = " 1.3 .1"
1010
1111[libraries ]
12- androidx-activity-ktx = { module = " androidx.activity:activity-ktx" , version = " 1.9.0 " }
13- androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.6.1 " }
12+ androidx-activity-ktx = { module = " androidx.activity:activity-ktx" , version = " 1.9.1 " }
13+ androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.0 " }
1414androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.13.1" }
1515androidx-exifinterface = { module = " androidx.exifinterface:exifinterface" , version = " 1.3.7" }
16- androidx-fragment-testing = { module = " androidx.fragment:fragment-testing" , version = " 1.7.1 " }
17- androidx-test-junit = { module = " androidx.test.ext:junit" , version = " 1.1.5 " }
16+ androidx-fragment-testing = { module = " androidx.fragment:fragment-testing" , version = " 1.8.2 " }
17+ androidx-test-junit = { module = " androidx.test.ext:junit" , version = " 1.2.1 " }
1818junit = { module = " junit:junit" , version = " 4.13.2" }
1919kotlinx-coroutines-android = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " kotlinxcoroutines" }
2020kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinxcoroutines" }
2121leakcanary-android = { module = " com.squareup.leakcanary:leakcanary-android" , version = " 2.14" }
2222material = { module = " com.google.android.material:material" , version = " 1.12.0" }
23- mock = { module = " io.mockk:mockk" , version = " 1.13.11 " }
23+ mock = { module = " io.mockk:mockk" , version = " 1.13.12 " }
2424plugin-android-cache-fix = { module = " org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin" , version = " 3.0.1" }
2525plugin-androidgradleplugin = { module = " com.android.tools.build:gradle" , version.ref = " androidgradleplugin" }
2626plugin-dokka = { module = " org.jetbrains.dokka:dokka-gradle-plugin" , version = " 1.9.20" }
2727plugin-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
2828plugin-licensee = { module = " app.cash.licensee:licensee-gradle-plugin" , version = " 1.11.0" }
2929plugin-paparazzi = { module = " app.cash.paparazzi:paparazzi-gradle-plugin" , version = " 1.3.3" }
30- plugin-publish = { module = " com.vanniktech:gradle-maven-publish-plugin" , version = " 0.28 .0" }
30+ plugin-publish = { module = " com.vanniktech:gradle-maven-publish-plugin" , version = " 0.29 .0" }
3131robolectric = { module = " org.robolectric:robolectric" , version = " 4.12.1" }
3232timber = { module = " com.jakewharton.timber:timber" , version = " 5.0.1" }
3333
0 commit comments