diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ac14e8e9..f722d222 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -91,7 +91,7 @@ android { dependencies { // Android - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") // Compose implementation("androidx.activity:activity-compose:1.10.1") diff --git a/curiosity/build.gradle.kts b/curiosity/build.gradle.kts index 88a356c2..0a604ed7 100644 --- a/curiosity/build.gradle.kts +++ b/curiosity/build.gradle.kts @@ -57,7 +57,7 @@ android { dependencies { // Android - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") // Compose implementation("androidx.activity:activity-compose:1.10.1") diff --git a/navigation/build.gradle.kts b/navigation/build.gradle.kts index 5a0b067a..4b47cfbe 100644 --- a/navigation/build.gradle.kts +++ b/navigation/build.gradle.kts @@ -56,7 +56,7 @@ android { dependencies { // Android - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") // Compose implementation("androidx.activity:activity-compose:1.10.1") diff --git a/settings/build.gradle.kts b/settings/build.gradle.kts index 82239fea..e6f6cbf1 100644 --- a/settings/build.gradle.kts +++ b/settings/build.gradle.kts @@ -55,7 +55,7 @@ android { dependencies { // Android - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") // Compose implementation("androidx.activity:activity-compose:1.10.1") diff --git a/test-compose-utils/build.gradle.kts b/test-compose-utils/build.gradle.kts index 5dcd1bef..1ceb1495 100644 --- a/test-compose-utils/build.gradle.kts +++ b/test-compose-utils/build.gradle.kts @@ -47,7 +47,7 @@ android { dependencies { // Android - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") // Compose implementation("androidx.navigation:navigation-compose:2.9.6")