build.gradle: Update AndroidX Core to 1.3.0.

This commit is contained in:
Andreas Schildbach 2020-06-28 16:21:34 +02:00
parent 8b86257970
commit d6b1a945f7

View file

@ -17,7 +17,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
implementation 'androidx.core:core:1.2.0'
implementation 'androidx.core:core:1.3.0'
//noinspection GradleDependency
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
//noinspection GradleDependency