Update AndroidX Core to 1.0.1.

This commit is contained in:
Andreas Schildbach 2019-04-01 22:35:29 +02:00
parent 4c421b0aae
commit 71af1e0368

View file

@ -14,7 +14,7 @@ dependencies {
compile 'androidx.annotation:annotation:1.0.2'
compile 'androidx.recyclerview:recyclerview:1.0.0'
compile 'androidx.drawerlayout:drawerlayout:1.0.0'
compile 'androidx.core:core:1.0.0'
compile 'androidx.core:core:1.0.1'
compile 'com.squareup.okhttp3:okhttp:3.12.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.1'
compile 'com.google.guava:guava:27.0.1-android'