@@ -12,7 +12,7 @@ android-sdkCommon = "31.2.2"
1212android-lint = " 31.2.2"
1313androidx-activityCompose = " 1.9.0"
1414androidx-activityComposeCatalog = " 1.9.0"
15- androidx-core = " 1.13.0 "
15+ androidx-core = " 1.13.1 "
1616androidx-constraint-layout = " 1.0.1"
1717compose-compiler = " 1.5.12"
1818mockk = " 1.13.9"
@@ -34,20 +34,20 @@ android-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "an
3434android-lint-api = { module = " com.android.tools.lint:lint-api" , version.ref = " android-lint" }
3535android-lint-impl = { module = " com.android.tools.lint:lint" , version.ref = " android-lint" }
3636android-lint-tests = { module = " com.android.tools.lint:lint-tests" , version.ref = " android-lint" }
37- androidx-appCompat = " androidx.appcompat:appcompat:1.6.1 "
37+ androidx-appCompat = " androidx.appcompat:appcompat:1.7.0 "
3838androidx-activityCompose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
3939androidx-activityComposeCatalog = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityComposeCatalog" }
4040androidx-benchmark-macro = { module = " androidx.benchmark:benchmark-macro-junit4" , version = " 1.2.4" }
4141androidx-core = { module = " androidx.core:core-ktx" , version.ref = " androidx-core" }
4242androidx-constraintLayout = { module = " androidx.constraintlayout:constraintlayout-compose" , version.ref = " androidx-constraint-layout" }
4343androidx-customView = { module = " androidx.customview:customview" , version = " 1.1.0" }
4444androidx-customViewPoolingContainer = { module = " androidx.customview:customview-poolingcontainer" , version = " 1.0.0" }
45- androidx-test-runner = { module = " androidx.test:runner" , version = " 1.5.2 " }
45+ androidx-test-runner = { module = " androidx.test:runner" , version = " 1.6.1 " }
4646androidx-test-uiAutomator = { module = " androidx.test.uiautomator:uiautomator" , version = " 2.3.0" }
4747coil = { module = " io.coil-kt:coil-compose" , version = " 2.6.0" }
4848compose-animation = { module = " androidx.compose.animation:animation" }
4949compose-animationGraphics = { module = " androidx.compose.animation:animation-graphics" }
50- compose-bom = " androidx.compose:compose-bom:2024.04.01 "
50+ compose-bom = " androidx.compose:compose-bom:2024.06.00 "
5151# compiler dependency is defined to help Renovabot update the version
5252compose-compiler = { module = " androidx.compose.compiler:compiler" , version.ref = " compose-compiler" }
5353compose-foundation = { module = " androidx.compose.foundation:foundation" }
0 commit comments