summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-26 15:23:34 +0100
committercyBerta <cyberta@riseup.net>2021-11-26 15:23:34 +0100
commitb597f2f922e040a36c4396b73739a9adfbfda129 (patch)
tree770f8e2207bca438679cfcb7c0d04fcb0a5f578a
parent046317d01fae9738bf9ade046ad20a0fc61946cc (diff)
Revert "update androidx support libraries"1.1.0RC2
* latest support libraries require minSDK 31, so this update needs to be postponed This reverts commit 61d733f7c0fbb3195353ab1ea88a7fdfc551193c.
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 35ae12a0..4e58ae54 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -390,12 +390,12 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
- implementation 'androidx.annotation:annotation:1.3.0'
+ implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'androidx.appcompat:appcompat:1.4.0'
- implementation 'com.google.android.material:material:1.4.0'
- implementation 'androidx.fragment:fragment:1.4.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'com.google.android.material:material:1.2.1'
+ implementation 'androidx.fragment:fragment:1.2.5'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'