diff --git a/app/build.gradle b/app/build.gradle index cee4c8c..b040442 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { // Base dependencies implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.17.0' // Google dependencies implementation 'com.google.android.material:material:1.12.0' diff --git a/simplesettings/build.gradle b/simplesettings/build.gradle index 2a3ed3e..8aa1c7f 100644 --- a/simplesettings/build.gradle +++ b/simplesettings/build.gradle @@ -40,7 +40,7 @@ android { dependencies { // Base dependencies implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.17.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.navigation:navigation-fragment-ktx:2.8.9' implementation 'androidx.navigation:navigation-ui-ktx:2.8.9'