From c85fff415d242f08768b82950643bbfd652a5c0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:21:42 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.15.0 --- example/build.gradle | 2 +- highlighter/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index 8946ce2..52d0c86 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation project(':highlighter') implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/highlighter/build.gradle b/highlighter/build.gradle index e792431..10f0052 100644 --- a/highlighter/build.gradle +++ b/highlighter/build.gradle @@ -39,7 +39,7 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.appcompat:appcompat:1.7.0' // https://developer.android.com/jetpack/androidx/releases/webkit