From 8f3f9b37381fec510cff3a70b3694c3aa7c47f1c Mon Sep 17 00:00:00 2001 From: motionman Date: Tue, 26 Jul 2022 16:04:38 +0300 Subject: [PATCH] fix: appcompat version --- filestack/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filestack/build.gradle b/filestack/build.gradle index 9ff7d68..d0dfca8 100644 --- a/filestack/build.gradle +++ b/filestack/build.gradle @@ -40,7 +40,7 @@ dependencies { // core implementation("androidx.core:core-ktx:1.7.0") - implementation("androidx.appcompat:appcompat:1.4.2") + implementation("androidx.appcompat:appcompat:1.3.1") implementation("com.google.android.material:material:1.6.1") implementation("androidx.fragment:fragment-ktx:1.5.0") @@ -75,7 +75,7 @@ afterEvaluate { groupId = 'com.github.boykod' artifactId = 'smartsuite-filestack' - version = '0.0.1' + version = '0.0.2' } } }