Skip to content

Commit 7bbd399

Browse files
Update androidx lifecycle and downstream libs
1 parent 8dd592c commit 7bbd399

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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 = "11"
1010
jdk-toolchain = "21"
1111

12-
androidx-activity = "1.8.2"
12+
androidx-activity = "1.13.0"
1313
androidx-appcompat = "1.7.1"
1414
androidx-benchmark = "1.3.4"
1515
androidx-cardview = "1.0.0"
@@ -18,9 +18,9 @@ androidx-collection = "1.6.0"
1818
androidx-compose-bom = "2025.03.01"
1919
androidx-constraintlayout = "2.2.1"
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.9.2"
23+
androidx-lifecycle = "2.10.0"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
workflow_version = rootProps.getProperty("LAST_PUBLISHED_VERSION_NAME") ?: "1.25.1"
1616

1717
deps = [
18-
activityktx: 'androidx.activity:activity-ktx:1.8.2',
18+
activityktx: 'androidx.activity:activity-ktx:1.13.0',
1919
agp: "com.android.tools.build:gradle:8.11.1",
2020
appcompat: 'androidx.appcompat:appcompat:1.7.1',
2121
constraintlayout: 'androidx.constraintlayout:constraintlayout:2.2.1',
@@ -27,8 +27,8 @@ buildscript {
2727
material: 'com.google.android.material:material:1.11.0',
2828
recyclerview: 'androidx.recyclerview:recyclerview:1.3.2',
2929
viewbinding: 'androidx.databinding:viewbinding:8.1.2',
30-
viewmodelktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2',
31-
viewmodelsavedstate: 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.2',
30+
viewmodelktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0',
31+
viewmodelsavedstate: 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0',
3232
workflow: [
3333
core_android: "com.squareup.workflow1:workflow-ui-core-android:$workflow_version",
3434
testing: "com.squareup.workflow1:workflow-testing-jvm:$workflow_version",

0 commit comments

Comments
 (0)