Update dependencies

This commit is contained in:
Ricki Hirner 2019-07-17 17:04:00 +02:00
parent bcc8e02d77
commit d5a03d7837
6 changed files with 11 additions and 10 deletions

View file

@ -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'

@ -1 +1 @@
Subproject commit 9712a8d6df890a5e62c2f6d879971598d0cc6547
Subproject commit 2b3b6727e6d18adace48ba8f45b476ee6da1c3a6

@ -1 +1 @@
Subproject commit 01f436c44c4e6ba49674e9196bc19b530ffe3d54
Subproject commit c61d58e7012f3daea3f802e8418d69bd908dae5c

View file

@ -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

@ -1 +1 @@
Subproject commit 559727c53746478cb4c5ecceddee926095e1ac0f
Subproject commit 0d21cca34cc6a7098d860acf77955de99a518c4b

@ -1 +1 @@
Subproject commit 0b67629b8d5a2a72476ebb2bdaff6cb930575da0
Subproject commit abcd7cdb717441e8e7d9d2e85053f46817185ce9