Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-05-29 11:17:46 +0300
committerStefan Niedermann <info@niedermann.it>2021-05-29 11:17:46 +0300
commit8f23ff4e7b42ad64a13ec0e43e18984e8dbdd970 (patch)
tree33ec57372b2b962783a3a706945cb3520aae6f79
parent46106bee1fa238ac81eea7c7750d680d0b63a544 (diff)
#1239 Crash on rotate - Downgrade dependencies1239-crash-on-rotate
- AppCompat 1.3.0 → 1.2.0 - Fragment 1.3.4 → 1.3.3 Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
-rw-r--r--markdown/build.gradle2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1ec0825b..9abe0d32 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -85,8 +85,8 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
// Android X
- implementation 'androidx.appcompat:appcompat:1.3.0'
- implementation 'androidx.fragment:fragment:1.3.4'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.fragment:fragment:1.3.3'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
diff --git a/markdown/build.gradle b/markdown/build.gradle
index e89bfa59..936cc85d 100644
--- a/markdown/build.gradle
+++ b/markdown/build.gradle
@@ -23,7 +23,7 @@ dependencies {
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6'
implementation 'com.github.stefan-niedermann:android-commons:0.2.0'
- implementation 'androidx.appcompat:appcompat:1.3.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata:2.3.1'
implementation 'org.jsoup:jsoup:1.13.1'