Skip to content

Commit 6e11b7e

Browse files
author
Alex Matečný
authored
Merge pull request #647 from kiwicom/renovate/androidx
fix(deps): update androidx
2 parents d6cbd2c + b796341 commit 6e11b7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

+1-1
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.3" apply false
12+
id("androidx.baselineprofile") version "1.2.4" 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

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ 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.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"
1616
androidx-constraint-layout = "1.0.1"
1717
compose-compiler = "1.5.12"
1818
mockk = "1.13.9"
@@ -37,7 +37,7 @@ android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref
3737
androidx-appCompat = "androidx.appcompat:appcompat:1.6.1"
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.3" }
40+
androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.4" }
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" }
@@ -47,7 +47,7 @@ androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator",
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.02.02"
50+
compose-bom = "androidx.compose:compose-bom:2024.04.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" }

0 commit comments

Comments
 (0)