build.gradle: update AndroidX Core to 1.8.0

This commit is contained in:
Andreas Schildbach 2022-08-15 21:52:24 +02:00
parent 996a89a133
commit 34fd491c92

View file

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