1
1
[versions ]
2
2
kotlin = " 1.9.24"
3
- android-gradle = " 8.7.0 "
3
+ android-gradle = " 8.7.2 "
4
4
compose-bom = " 2023.10.01"
5
5
compose-compiler = " 1.5.14"
6
6
orbitmvi = " 6.1.1"
@@ -10,7 +10,7 @@ ksp = "1.9.24-1.0.20"
10
10
anvil = " 2.4.9"
11
11
dagger = " 2.52"
12
12
whetstone = " 0.8.0"
13
- lifecycle = " 2.8.6 "
13
+ lifecycle = " 2.8.7 "
14
14
ktlint = " 1.1.1"
15
15
kotlinter = " 4.4.1"
16
16
kotlinPoet = " 1.18.1"
@@ -56,7 +56,7 @@ compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
56
56
# Required so the renovate bot can properly spot new compiler releases
57
57
compose-compiler = { module = " androidx.compose.compiler:compiler" , version.ref = " compose-compiler" }
58
58
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 " }
60
60
61
61
junit4 = { module = " junit:junit" , version = " 4.13.2" }
62
62
@@ -66,10 +66,10 @@ timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
66
66
androidx-test-junit4 = { module = " androidx.test.ext:junit" , version = " 1.2.1" }
67
67
androidx-test-espresso-core = { module = " androidx.test.espresso:espresso-core" , version = " 3.6.1" }
68
68
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 " }
71
71
androidx-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 " }
73
73
androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle" }
74
74
75
75
androidx-coordinatorlayour = { module = " androidx.coordinatorlayout:coordinatorlayout" , version = " 1.2.0" }
0 commit comments