Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98d60e90 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Merge remote-tracking branch 'origin/master'

parents 6c8ea328 c744f9d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,8 +85,8 @@ dependencies {
    implementation project(path: ':markdown')

    // Android X
    implementation "androidx.appcompat:appcompat:1.2.0"
    implementation "androidx.fragment:fragment:1.3.3"
    implementation "androidx.appcompat:appcompat:1.3.0"
    implementation "androidx.fragment:fragment:1.3.4"
    implementation "androidx.preference:preference:1.1.1"
    implementation "androidx.recyclerview:recyclerview:1.2.0"
    implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,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.2.0'
    implementation 'androidx.appcompat:appcompat:1.3.0'
    implementation "androidx.lifecycle:lifecycle-livedata:2.3.1"

    implementation 'org.jsoup:jsoup:1.13.1'