diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 854e6f98..faac5b93 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -39,7 +39,7 @@ dependencies { // [START_EXCLUDE silent] implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'androidx.core:core-ktx:1.12.0' + implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.android.volley:volley:1.2.1'