Skip to content

Commit 418d9af

Browse files
Update androidx lifecycle and downstream libs
1 parent 7a60e09 commit 418d9af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ targetSdk = "33"
99
jdk-target = "17"
1010
jdk-toolchain = "17"
1111

12-
androidx-activity = "1.6.1"
12+
androidx-activity = "1.8.0"
1313
androidx-appcompat = "1.6.1"
1414
androidx-benchmark = "1.1.1"
1515
androidx-cardview = "1.0.0"
@@ -18,9 +18,9 @@ androidx-compose-compiler = "1.5.3"
1818
androidx-compose-bom = "2023.01.00"
1919
androidx-constraintlayout = "2.1.4"
2020
androidx-core = "1.10.0"
21-
androidx-fragment = "1.3.6"
21+
androidx-fragment = "1.6.1"
2222
androidx-gridlayout = "1.0.0"
23-
androidx-lifecycle = "2.6.1"
23+
androidx-lifecycle = "2.6.2"
2424
androidx-navigation = "2.4.0-alpha09"
2525
androidx-paging = "3.0.1"
2626
androidx-profileinstaller = "1.2.0-alpha02"

samples/tutorial/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
workflow_version = "1.11.0-beta03"
88

99
deps = [
10-
activityktx: 'androidx.activity:activity-ktx:1.3.0',
10+
activityktx: 'androidx.activity:activity-ktx:1.8.0',
1111
agp: "com.android.tools.build:gradle:8.1.2",
1212
appcompat: 'androidx.appcompat:appcompat:1.3.1',
1313
constraintlayout: 'androidx.constraintlayout:constraintlayout:2.0.1',
@@ -19,7 +19,7 @@ buildscript {
1919
material: 'com.google.android.material:material:1.2.1',
2020
recyclerview: 'androidx.recyclerview:recyclerview:1.1.0',
2121
viewbinding: 'androidx.databinding:viewbinding:4.0.1',
22-
viewmodelktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0',
22+
viewmodelktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2',
2323
viewmodelsavedstate: 'androidx.lifecycle:lifecycle-viewmodel-savedstate:1.1.0',
2424
workflow: [
2525
core_android: "com.squareup.workflow1:workflow-ui-core-android:$workflow_version",

0 commit comments

Comments
 (0)