From 2cf32e968bf5d1d2a62704728bdf9b9355252235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 18:02:58 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.3.0 to 1.6.1 Bumps androidx.appcompat:appcompat from 1.3.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- progress-button-compose/build.gradle | 2 +- progress-button/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d4a7cfa..ec6dd0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.5.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation project(path: ':progress-button') implementation project(path: ':progress-button-compose') diff --git a/progress-button-compose/build.gradle b/progress-button-compose/build.gradle index a4ad6b1..9c67cde 100644 --- a/progress-button-compose/build.gradle +++ b/progress-button-compose/build.gradle @@ -55,7 +55,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.3.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3' diff --git a/progress-button/build.gradle b/progress-button/build.gradle index 2c5c4f5..0030c4f 100644 --- a/progress-button/build.gradle +++ b/progress-button/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.5.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3'