Update AndroidX Core to 1.1.0.

This commit is contained in:
Andreas Schildbach 2019-09-17 17:06:25 +02:00
parent 9a28f3f94d
commit 0b42007770

View file

@ -15,7 +15,7 @@ dependencies {
compile 'androidx.recyclerview:recyclerview:1.0.0'
compile 'androidx.coordinatorlayout:coordinatorlayout:1.0.0'
compile 'androidx.drawerlayout:drawerlayout:1.0.0'
compile 'androidx.core:core:1.0.2'
compile 'androidx.core:core:1.1.0'
compile 'com.squareup.okhttp3:okhttp:3.12.3'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.3'
compile 'com.google.guava:guava:28.1-android'