From e9c219abdfd08bc0e9fc80c375059e0bd8a82647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 02:19:09 +0000 Subject: [PATCH] Bump core-ktx from 1.6.0-rc01 to 1.9.0-beta01 Bumps core-ktx from 1.6.0-rc01 to 1.9.0-beta01. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- andcolorpicker/build.gradle | 2 +- app/build.gradle | 2 +- integrationapp/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/andcolorpicker/build.gradle b/andcolorpicker/build.gradle index 5350632..ceb0a3c 100644 --- a/andcolorpicker/build.gradle +++ b/andcolorpicker/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.appcompat:appcompat:1.4.0-alpha02" - implementation "androidx.core:core-ktx:1.6.0-rc01" + implementation "androidx.core:core-ktx:1.9.0-beta01" implementation "androidx.constraintlayout:constraintlayout:2.1.0-beta02" testImplementation "junit:junit:4.13.2" diff --git a/app/build.gradle b/app/build.gradle index 4d90bc3..c302f4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.appcompat:appcompat:1.4.0-alpha02" - implementation "androidx.core:core-ktx:1.6.0-rc01" + implementation "androidx.core:core-ktx:1.9.0-beta01" implementation "androidx.recyclerview:recyclerview:1.2.1" implementation "androidx.annotation:annotation:1.3.0-alpha01" diff --git a/integrationapp/build.gradle b/integrationapp/build.gradle index 77046e4..bb53fc4 100644 --- a/integrationapp/build.gradle +++ b/integrationapp/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.appcompat:appcompat:1.4.0-alpha02" - implementation "androidx.core:core-ktx:1.6.0-rc01" + implementation "androidx.core:core-ktx:1.9.0-beta01" implementation "androidx.constraintlayout:constraintlayout:2.0.4" testImplementation "junit:junit:4.13.2"