From fc9fee402c4341e2e3e4f92d7f9281c05b701f5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 13:06:46 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.6.0-alpha05 --- mobile/build.gradle | 2 +- trashapp_common/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 794939c..82d2e38 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -38,7 +38,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.0-alpha05' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android.material:material:1.3.0' implementation project(':trashapp_common') diff --git a/trashapp_common/build.gradle b/trashapp_common/build.gradle index ffa6fdd..def1e27 100644 --- a/trashapp_common/build.gradle +++ b/trashapp_common/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.0-alpha05' implementation 'com.google.code.gson:gson:2.8.5' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.3.0'