build.gradle: update AndroidX Core to 1.9.0

This commit is contained in:
Andreas Schildbach 2022-09-09 20:58:54 +02:00
parent 385845c78e
commit 6e34a09531

View file

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