diff --git a/build.gradle.kts b/build.gradle.kts index e9175ca6a..2af55e0ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { kotlin("plugin.serialization") version "1.9.23" apply false id("com.android.library") version "8.2.2" apply false id("com.android.test") version "8.2.2" apply false - id("androidx.baselineprofile") version "1.2.3" apply false + id("androidx.baselineprofile") version "1.2.4" apply false id("app.cash.paparazzi") version "1.3.2" apply false id("com.google.firebase.appdistribution") version "4.2.0" apply false id("com.vanniktech.maven.publish") version "0.28.0" apply false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f3044273e..25f60616a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,9 +10,9 @@ kotlin-dokka = "1.9.20" kotlin-serialization = "1.6.3" android-sdkCommon = "31.2.2" android-lint = "31.2.2" -androidx-activityCompose = "1.8.2" -androidx-activityComposeCatalog = "1.8.2" -androidx-core = "1.12.0" +androidx-activityCompose = "1.9.0" +androidx-activityComposeCatalog = "1.9.0" +androidx-core = "1.13.0" androidx-constraint-layout = "1.0.1" compose-compiler = "1.5.12" mockk = "1.13.9" @@ -37,7 +37,7 @@ android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref androidx-appCompat = "androidx.appcompat:appcompat:1.6.1" androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } androidx-activityComposeCatalog = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityComposeCatalog" } -androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.3" } +androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.4" } androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-constraint-layout" } androidx-customView = { module = "androidx.customview:customview", version = "1.1.0" } @@ -47,7 +47,7 @@ androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator", coil = { module = "io.coil-kt:coil-compose", version = "2.6.0" } compose-animation = { module = "androidx.compose.animation:animation" } compose-animationGraphics = { module = "androidx.compose.animation:animation-graphics" } -compose-bom = "androidx.compose:compose-bom:2024.02.02" +compose-bom = "androidx.compose:compose-bom:2024.04.01" # compiler dependency is defined to help Renovabot update the version compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" } compose-foundation = { module = "androidx.compose.foundation:foundation" }