From ae7439b8e8d9a05e7e98a97b5efc4080c9884ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 02:10:39 +0000 Subject: [PATCH] Bump appcompat from 1.4.0-alpha02 to 1.4.0-beta01 Bumps appcompat from 1.4.0-alpha02 to 1.4.0-beta01. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... 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..e18831f 100644 --- a/andcolorpicker/build.gradle +++ b/andcolorpicker/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "androidx.appcompat:appcompat:1.4.0-alpha02" + implementation "androidx.appcompat:appcompat:1.4.0-beta01" implementation "androidx.core:core-ktx:1.6.0-rc01" implementation "androidx.constraintlayout:constraintlayout:2.1.0-beta02" diff --git a/app/build.gradle b/app/build.gradle index 4d90bc3..f9ca99f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation project(":andcolorpicker") implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "androidx.appcompat:appcompat:1.4.0-alpha02" + implementation "androidx.appcompat:appcompat:1.4.0-beta01" implementation "androidx.core:core-ktx:1.6.0-rc01" diff --git a/integrationapp/build.gradle b/integrationapp/build.gradle index 77046e4..c3ef8e6 100644 --- a/integrationapp/build.gradle +++ b/integrationapp/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation "codes.side:andcolorpicker:0.6.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "androidx.appcompat:appcompat:1.4.0-alpha02" + implementation "androidx.appcompat:appcompat:1.4.0-beta01" implementation "androidx.core:core-ktx:1.6.0-rc01" implementation "androidx.constraintlayout:constraintlayout:2.0.4"