Update AndroidX CoordinatorLayout to 1.1.0.

This commit is contained in:
Andreas Schildbach 2019-12-05 15:24:04 +01:00
parent 23b1afa6ac
commit 67be1260f5

View file

@ -15,7 +15,7 @@ dependencies {
implementation 'de.schildbach.wallet:integration-android:2.0' implementation 'de.schildbach.wallet:integration-android:2.0'
implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.0.0' implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
implementation 'androidx.core:core:1.1.0' implementation 'androidx.core:core:1.1.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.6' implementation 'com.squareup.okhttp3:okhttp:3.12.6'