diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5021d8b6..52836690 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.18.0") // Compose implementation("androidx.activity:activity-compose:1.10.1") diff --git a/curiosity/build.gradle.kts b/curiosity/build.gradle.kts index 23b630f9..bf83fd5c 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.18.0") // Compose implementation("androidx.activity:activity-compose:1.10.1") diff --git a/navigation/build.gradle.kts b/navigation/build.gradle.kts index 4101bd9c..034b92ab 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.18.0") // Compose implementation("androidx.activity:activity-compose:1.10.1") diff --git a/settings/build.gradle.kts b/settings/build.gradle.kts index 59b50b0c..671e64d6 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.18.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 94a50a73..176f6ee3 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.18.0") // Compose implementation("androidx.navigation:navigation-compose:2.9.7")