File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ targetSdk = "33"
9
9
jdk-target = " 1.8"
10
10
jdk-toolchain = " 17"
11
11
12
- androidx-activity = " 1.8.2 "
12
+ androidx-activity = " 1.10.1 "
13
13
androidx-appcompat = " 1.7.0"
14
14
androidx-benchmark = " 1.3.3"
15
15
androidx-cardview = " 1.0.0"
16
16
# see https://developer.android.com/jetpack/compose/bom/bom-mapping
17
17
androidx-compose-bom = " 2025.03.01"
18
18
androidx-constraintlayout = " 2.1.4"
19
19
androidx-core = " 1.13.1"
20
- androidx-fragment = " 1.8.5 "
20
+ androidx-fragment = " 1.8.8 "
21
21
androidx-gridlayout = " 1.0.0"
22
- androidx-lifecycle = " 2.8.7 "
22
+ androidx-lifecycle = " 2.9.2 "
23
23
androidx-navigation = " 2.8.4"
24
24
androidx-paging = " 3.0.1"
25
25
androidx-profileinstaller = " 1.2.0-alpha02"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
workflow_version = " 1.19.0"
8
8
9
9
deps = [
10
- activityktx : ' androidx.activity:activity-ktx:1.3.0 ' ,
10
+ activityktx : ' androidx.activity:activity-ktx:1.10.1 ' ,
11
11
agp : " com.android.tools.build:gradle:8.8.0" ,
12
12
appcompat : ' androidx.appcompat:appcompat:1.3.1' ,
13
13
constraintlayout : ' androidx.constraintlayout:constraintlayout:2.0.1' ,
@@ -19,7 +19,7 @@ buildscript {
19
19
material : ' com.google.android.material:material:1.11.0' ,
20
20
recyclerview : ' androidx.recyclerview:recyclerview:1.3.2' ,
21
21
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 ' ,
23
23
viewmodelsavedstate : ' androidx.lifecycle:lifecycle-viewmodel-savedstate:1.1.0' ,
24
24
workflow : [
25
25
core_android : " com.squareup.workflow1:workflow-ui-core-android:$workflow_version " ,
You can’t perform that action at this time.
0 commit comments