build.gradle: Update AndroidX DrawerLayout to 1.1.0.

This commit is contained in:
Andreas Schildbach 2020-06-28 16:23:28 +02:00
parent d6b1a945f7
commit 9c6c58d856

View file

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