Skip to content

Commit 4522df8

Browse files
Update androidx lifecycle and downstream libs
1 parent 82fda25 commit 4522df8

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 = "1.8"
1010
jdk-toolchain = "17"
1111

12-
androidx-activity = "1.8.2"
12+
androidx-activity = "1.10.1"
1313
androidx-appcompat = "1.7.0"
1414
androidx-benchmark = "1.3.3"
1515
androidx-cardview = "1.0.0"
@@ -18,9 +18,9 @@ androidx-collection = "1.5.0"
1818
androidx-compose-bom = "2025.03.01"
1919
androidx-constraintlayout = "2.1.4"
2020
androidx-core = "1.13.1"
21-
androidx-fragment = "1.8.5"
21+
androidx-fragment = "1.8.9"
2222
androidx-gridlayout = "1.0.0"
23-
androidx-lifecycle = "2.8.7"
23+
androidx-lifecycle = "2.9.2"
2424
androidx-navigation = "2.8.4"
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.19.0"
88

99
deps = [
10-
activityktx: 'androidx.activity:activity-ktx:1.3.0',
10+
activityktx: 'androidx.activity:activity-ktx:1.10.1',
1111
agp: "com.android.tools.build:gradle:8.11.1",
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.11.0',
2020
recyclerview: 'androidx.recyclerview:recyclerview:1.3.2',
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.9.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)