Skip to content

Commit

Permalink
fix(deps): update androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 6d4026e commit 4b6804f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
kotlin("plugin.serialization") version "1.9.10" apply false
id("com.android.library") version "8.1.2" apply false
id("com.android.test") version "8.1.2" apply false
id("androidx.baselineprofile") version "1.2.0-rc01" apply false
id("androidx.baselineprofile") version "1.2.0-rc02" apply false
id("app.cash.paparazzi") version "1.3.1" apply false
id("com.google.firebase.appdistribution") version "4.0.0" apply false
id("com.vanniktech.maven.publish.base") version "0.25.3" apply false
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ kotlin-dokka = "1.9.0"
kotlin-serialization = "1.6.0"
android-sdkCommon = "31.1.2"
android-lint = "31.1.2"
androidx-activityCompose = "1.7.2"
androidx-activityComposeCatalog = "1.7.2"
androidx-activityCompose = "1.8.0"
androidx-activityComposeCatalog = "1.8.0"
androidx-core = "1.12.0"
androidx-constraint-layout = "1.0.1"
compose-compiler = "1.5.3"
Expand All @@ -33,7 +33,7 @@ android-lint-impl = { module = "com.android.tools.lint:lint", version.ref = "and
android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "android-lint" }
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.0-rc01" }
androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.0-rc02" }
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" }
Expand All @@ -53,7 +53,7 @@ compose-material = { module = "androidx.compose.material:material" }
compose-material3 = "androidx.compose.material3:material3:1.1.2"
compose-materialRipple = { module = "androidx.compose.material:material-ripple" }
compose-materialIconsExtended = { module = "androidx.compose.material:material-icons-extended" }
compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.3" }
compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.4" }
compose-runtime = { module = "androidx.compose.runtime:runtime" }
compose-runtimeLivedata = { module = "androidx.compose.runtime:runtime-livedata" }
compose-tooling = { module = "androidx.compose.ui:ui-tooling" }
Expand Down

0 comments on commit 4b6804f

Please sign in to comment.