@@ -10,9 +10,9 @@ kotlin-dokka = "1.9.20"
10
10
kotlin-serialization = " 1.6.3"
11
11
android-sdkCommon = " 31.2.2"
12
12
android-lint = " 31.2.2"
13
- androidx-activityCompose = " 1.8.2 "
14
- androidx-activityComposeCatalog = " 1.8.2 "
15
- androidx-core = " 1.12 .0"
13
+ androidx-activityCompose = " 1.9.0 "
14
+ androidx-activityComposeCatalog = " 1.9.0 "
15
+ androidx-core = " 1.13 .0"
16
16
androidx-constraint-layout = " 1.0.1"
17
17
compose-compiler = " 1.5.12"
18
18
mockk = " 1.13.9"
@@ -37,7 +37,7 @@ android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref
37
37
androidx-appCompat = " androidx.appcompat:appcompat:1.6.1"
38
38
androidx-activityCompose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
39
39
androidx-activityComposeCatalog = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityComposeCatalog" }
40
- androidx-benchmark-macro = { module = " androidx.benchmark:benchmark-macro-junit4" , version = " 1.2.3 " }
40
+ androidx-benchmark-macro = { module = " androidx.benchmark:benchmark-macro-junit4" , version = " 1.2.4 " }
41
41
androidx-core = { module = " androidx.core:core-ktx" , version.ref = " androidx-core" }
42
42
androidx-constraintLayout = { module = " androidx.constraintlayout:constraintlayout-compose" , version.ref = " androidx-constraint-layout" }
43
43
androidx-customView = { module = " androidx.customview:customview" , version = " 1.1.0" }
@@ -47,7 +47,7 @@ androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator",
47
47
coil = { module = " io.coil-kt:coil-compose" , version = " 2.6.0" }
48
48
compose-animation = { module = " androidx.compose.animation:animation" }
49
49
compose-animationGraphics = { module = " androidx.compose.animation:animation-graphics" }
50
- compose-bom = " androidx.compose:compose-bom:2024.02.02 "
50
+ compose-bom = " androidx.compose:compose-bom:2024.04.01 "
51
51
# compiler dependency is defined to help Renovabot update the version
52
52
compose-compiler = { module = " androidx.compose.compiler:compiler" , version.ref = " compose-compiler" }
53
53
compose-foundation = { module = " androidx.compose.foundation:foundation" }
0 commit comments