build.gradle: Update AndroidX Core to 1.3.2.

This commit is contained in:
Andreas Schildbach 2020-10-24 15:59:39 +02:00
parent 70bb5e8954
commit 04eb58ac26

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.1.1'
implementation 'androidx.core:core:1.3.1'
implementation 'androidx.core:core:1.3.2'
//noinspection GradleDependency
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
//noinspection GradleDependency