build.gradle: update AndroidX Core to 1.13.1

This commit is contained in:
Andreas Schildbach 2024-05-30 17:05:38 +02:00
parent f7f93c1a88
commit 2c3249838a

View file

@ -19,7 +19,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.drawerlayout:drawerlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
implementation 'androidx.core:core:1.13.0' implementation 'androidx.core:core:1.13.1'
implementation 'androidx.activity:activity:1.9.0' implementation 'androidx.activity:activity:1.9.0'
//noinspection GradleDependency //noinspection GradleDependency
implementation 'com.squareup.okhttp3:okhttp:3.12.13' implementation 'com.squareup.okhttp3:okhttp:3.12.13'