diff --git a/sample/build.gradle b/sample/build.gradle index 087b83f..e84ee5b 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10" implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.activity:activity-ktx:1.7.2' - implementation 'androidx.fragment:fragment-ktx:1.6.1' + implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation project(':ViewModel-SavedState-ktx') implementation 'com.wada811.databindingktx:databindingktx:7.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'