Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 6f44745

Browse files
fix(deps): update androidx
1 parent bfffc3e commit 6f44745

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
kotlin("plugin.serialization") version "1.9.23" apply false
1010
id("com.android.library") version "8.2.2" apply false
1111
id("com.android.test") version "8.2.2" apply false
12-
id("androidx.baselineprofile") version "1.2.4" apply false
12+
id("androidx.baselineprofile") version "1.3.3" apply false
1313
id("app.cash.paparazzi") version "1.3.2" apply false
1414
id("com.google.firebase.appdistribution") version "4.2.0" apply false
1515
id("com.vanniktech.maven.publish") version "0.28.0" apply false

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ kotlin-dokka = "1.9.20"
1010
kotlin-serialization = "1.6.3"
1111
android-sdkCommon = "31.2.2"
1212
android-lint = "31.2.2"
13-
androidx-activityCompose = "1.9.0"
14-
androidx-activityComposeCatalog = "1.9.0"
15-
androidx-core = "1.13.0"
16-
androidx-constraint-layout = "1.0.1"
13+
androidx-activityCompose = "1.10.1"
14+
androidx-activityComposeCatalog = "1.10.1"
15+
androidx-core = "1.15.0"
16+
androidx-constraint-layout = "1.1.1"
1717
compose-compiler = "1.5.12"
1818
mockk = "1.13.9"
1919
square-kotlinPoet = "1.16.0"
@@ -34,29 +34,29 @@ android-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "an
3434
android-lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "android-lint" }
3535
android-lint-impl = { module = "com.android.tools.lint:lint", version.ref = "android-lint" }
3636
android-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"
3838
androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
3939
androidx-activityComposeCatalog = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityComposeCatalog" }
40-
androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.4" }
40+
androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.3.3" }
4141
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
4242
androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-constraint-layout" }
4343
androidx-customView = { module = "androidx.customview:customview", version = "1.1.0" }
4444
androidx-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.2" }
4646
androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.3.0" }
4747
coil = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
4848
compose-animation = { module = "androidx.compose.animation:animation" }
4949
compose-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.12.01"
5151
# compiler dependency is defined to help Renovabot update the version
5252
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
5353
compose-foundation = { module = "androidx.compose.foundation:foundation" }
5454
compose-layout = { module = "androidx.compose.foundation:foundation-layout" }
5555
compose-material = { module = "androidx.compose.material:material" }
56-
compose-material3 = "androidx.compose.material3:material3:1.2.1"
56+
compose-material3 = "androidx.compose.material3:material3:1.3.1"
5757
compose-materialRipple = { module = "androidx.compose.material:material-ripple" }
5858
compose-materialIconsExtended = { module = "androidx.compose.material:material-icons-extended" }
59-
compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.7" }
59+
compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.8" }
6060
compose-runtime = { module = "androidx.compose.runtime:runtime" }
6161
compose-runtimeLivedata = { module = "androidx.compose.runtime:runtime-livedata" }
6262
compose-tooling = { module = "androidx.compose.ui:ui-tooling" }

0 commit comments

Comments
 (0)