mirror of
https://github.com/nextcloud/notes-android.git
synced 2026-01-13 20:18:49 +00:00
#1239 Crash on rotate - Downgrade dependencies
- AppCompat 1.3.0 → 1.2.0 - Fragment 1.3.4 → 1.3.3 Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user