diff --git a/app/build.gradle b/app/build.gradle index 5d6f368..a93787d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.17.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' diff --git a/pena/build.gradle b/pena/build.gradle index a7e63a8..115c743 100644 --- a/pena/build.gradle +++ b/pena/build.gradle @@ -50,7 +50,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.17.0' implementation 'androidx.test.ext:junit-ktx:1.2.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.14.1'