From 8b5f16dfea1993b7e56af4d9aafbfd2685d0fe4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:42:04 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.15.0 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8c84808..44c5c84 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -29,7 +29,7 @@ repositories { } dependencies { - implementation "androidx.core:core-ktx:1.10.0" + implementation "androidx.core:core-ktx:1.15.0" implementation "com.google.android.gms:play-services-ads:23.6.0" implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" implementation "androidx.core:core-splashscreen:1.0.1"