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 Jun 28, 2023
1 parent 43fc0a6 commit 83cbaf2
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 @@ -6,7 +6,7 @@ compileSdk = "33"
minSdk = "21"
targetSdk = "33"

androidx-activity = "1.6.1"
androidx-activity = "1.7.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.1.1"
androidx-cardview = "1.0.0"
Expand All @@ -15,9 +15,9 @@ androidx-compose-compiler = "1.4.4"
androidx-compose-bom = "2023.01.00"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.6.0"
androidx-fragment = "1.3.6"
androidx-fragment = "1.6.0"
androidx-gridlayout = "1.0.0"
androidx-lifecycle = "2.5.1"
androidx-lifecycle = "2.6.1"
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-beta01"

deps = [
activityktx: 'androidx.activity:activity-ktx:1.3.0',
activityktx: 'androidx.activity:activity-ktx:1.7.2',
agp: "com.android.tools.build:gradle:7.4.1",
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.1',
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 83cbaf2

Please sign in to comment.