Skip to content

Commit

Permalink
Update androidx lifecycle and downstream libs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 7a60e09 commit 418d9af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ targetSdk = "33"
jdk-target = "17"
jdk-toolchain = "17"

androidx-activity = "1.6.1"
androidx-activity = "1.8.0"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.1.1"
androidx-cardview = "1.0.0"
Expand All @@ -18,9 +18,9 @@ androidx-compose-compiler = "1.5.3"
androidx-compose-bom = "2023.01.00"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.10.0"
androidx-fragment = "1.3.6"
androidx-fragment = "1.6.1"
androidx-gridlayout = "1.0.0"
androidx-lifecycle = "2.6.1"
androidx-lifecycle = "2.6.2"
androidx-navigation = "2.4.0-alpha09"
androidx-paging = "3.0.1"
androidx-profileinstaller = "1.2.0-alpha02"
Expand Down
4 changes: 2 additions & 2 deletions samples/tutorial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
workflow_version = "1.11.0-beta03"

deps = [
activityktx: 'androidx.activity:activity-ktx:1.3.0',
activityktx: 'androidx.activity:activity-ktx:1.8.0',
agp: "com.android.tools.build:gradle:8.1.2",
appcompat: 'androidx.appcompat:appcompat:1.3.1',
constraintlayout: 'androidx.constraintlayout:constraintlayout:2.0.1',
Expand All @@ -19,7 +19,7 @@ buildscript {
material: 'com.google.android.material:material:1.2.1',
recyclerview: 'androidx.recyclerview:recyclerview:1.1.0',
viewbinding: 'androidx.databinding:viewbinding:4.0.1',
viewmodelktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0',
viewmodelktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2',
viewmodelsavedstate: 'androidx.lifecycle:lifecycle-viewmodel-savedstate:1.1.0',
workflow: [
core_android: "com.squareup.workflow1:workflow-ui-core-android:$workflow_version",
Expand Down

0 comments on commit 418d9af

Please sign in to comment.