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

Commit d5a03d78 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update dependencies

parent bcc8e02d
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ apply plugin: 'org.jetbrains.dokka-android'

android {
    compileSdkVersion 28
    buildToolsVersion '28.0.3'
    buildToolsVersion '29.0.1'

    defaultConfig {
        applicationId "at.bitfire.davdroid"
@@ -83,15 +83,15 @@ dependencies {
    implementation 'androidx.multidex:multidex:2.0.1'
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${versions.kotlin}"

    implementation 'androidx.appcompat:appcompat:1.1.0-beta01'
    implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'androidx.fragment:fragment-ktx:1.0.0'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
    implementation 'androidx.lifecycle:lifecycle-livedata:2.0.0'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0'
    implementation 'androidx.paging:paging-runtime-ktx:2.1.0'
    implementation 'androidx.preference:preference:1.0.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'com.google.android:flexbox:1.1.0'
    implementation 'com.google.android.material:material:1.0.0'

@@ -108,8 +108,9 @@ dependencies {
    implementation 'com.mikepenz:aboutlibraries:6.2.3'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.12.3'
    implementation 'commons-io:commons-io:2.6'
    implementation 'dnsjava:dnsjava:2.1.8'
    implementation 'org.apache.commons:commons-collections4:4.3'
    implementation 'dnsjava:dnsjava:2.1.9'
    implementation 'org.apache.commons:commons-collections4:4.4'
    implementation 'org.apache.commons:commons-lang3:3.9'

    // for tests
    androidTestImplementation 'androidx.test:runner:1.2.0'
Compare 9712a8d6 to 2b3b6727
Original line number Diff line number Diff line
Subproject commit 9712a8d6df890a5e62c2f6d879971598d0cc6547
Subproject commit 2b3b6727e6d18adace48ba8f45b476ee6da1c3a6
Compare 01f436c4 to c61d58e7
Original line number Diff line number Diff line
Subproject commit 01f436c44c4e6ba49674e9196bc19b530ffe3d54
Subproject commit c61d58e7012f3daea3f802e8418d69bd908dae5c
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
Compare 559727c5 to 0d21cca3
Original line number Diff line number Diff line
Subproject commit 559727c53746478cb4c5ecceddee926095e1ac0f
Subproject commit 0d21cca34cc6a7098d860acf77955de99a518c4b
Loading