11[versions ]
22kotlin = " 1.9.24"
3- android-gradle = " 8.7.0 "
3+ android-gradle = " 8.7.3 "
44compose-bom = " 2023.10.01"
55compose-compiler = " 1.5.14"
66orbitmvi = " 6.1.1"
77androidx-room = " 2.4.2"
88coroutines = " 1.8.1"
99ksp = " 1.9.24-1.0.20"
1010anvil = " 2.4.9"
11- dagger = " 2.52 "
11+ dagger = " 2.53 "
1212whetstone = " 0.8.0"
13- lifecycle = " 2.8.6 "
13+ lifecycle = " 2.8.7 "
1414ktlint = " 1.1.1"
15- kotlinter = " 4.4.1 "
15+ kotlinter = " 4.5.0 "
1616kotlinPoet = " 1.18.1"
1717androidCacheFix = " 3.0.1"
1818kotlinxSerialization = " 1.6.3"
@@ -31,7 +31,7 @@ test-kotlinCompileTesting = "1.6.0"
3131kotlin-android-plugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
3232kotlinx-serialization-plugin = { module = " org.jetbrains.kotlin:kotlin-serialization" , version.ref = " kotlin" }
3333android-plugin = { module = " com.android.tools.build:gradle" , version.ref = " android-gradle" }
34- desugaring = { module = " com.android.tools:desugar_jdk_libs" , version = " 2.1.2 " }
34+ desugaring = { module = " com.android.tools:desugar_jdk_libs" , version = " 2.1.3 " }
3535
3636coroutines-lib = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " coroutines" }
3737
@@ -56,7 +56,7 @@ compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
5656# Required so the renovate bot can properly spot new compiler releases
5757compose-compiler = { module = " androidx.compose.compiler:compiler" , version.ref = " compose-compiler" }
5858
59- compose-linter = { module = " com.slack.lint.compose:compose-lint-checks" , version = " 1.4.1 " }
59+ compose-linter = { module = " com.slack.lint.compose:compose-lint-checks" , version = " 1.4.2 " }
6060
6161junit4 = { module = " junit:junit" , version = " 4.13.2" }
6262
@@ -66,10 +66,10 @@ timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
6666androidx-test-junit4 = { module = " androidx.test.ext:junit" , version = " 1.2.1" }
6767androidx-test-espresso-core = { module = " androidx.test.espresso:espresso-core" , version = " 3.6.1" }
6868
69- androidx-activity-compose = { module = " androidx.activity:activity-compose" , version = " 1.9.2 " }
70- androidx-core = { module = " androidx.core:core-ktx" , version = " 1.13.1 " }
69+ androidx-activity-compose = { module = " androidx.activity:activity-compose" , version = " 1.9.3 " }
70+ androidx-core = { module = " androidx.core:core-ktx" , version = " 1.15.0 " }
7171androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.0" }
72- androidx-fragment = { module = " androidx.fragment:fragment-ktx" , version = " 1.8.4 " }
72+ androidx-fragment = { module = " androidx.fragment:fragment-ktx" , version = " 1.8.5 " }
7373androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle" }
7474
7575androidx-coordinatorlayour = { module = " androidx.coordinatorlayout:coordinatorlayout" , version = " 1.2.0" }
0 commit comments