@@ -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