build.gradle: Update AndroidX Core to 1.6.0.

This commit is contained in:
Andreas Schildbach 2021-08-11 16:50:59 +02:00
parent 437f8b398f
commit 5e95dc3fa9

View file

@ -17,7 +17,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
implementation 'androidx.core:core:1.3.2'
implementation 'androidx.core:core:1.6.0'
//noinspection GradleDependency
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
//noinspection GradleDependency