mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 21:08:50 +00:00
build.gradle: Update AndroidX Core to 1.2.0.
This commit is contained in:
parent
07f1175942
commit
15f0183f4a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ dependencies {
|
||||||
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.0.0'
|
||||||
implementation 'androidx.core:core:1.1.0'
|
implementation 'androidx.core:core:1.2.0'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.10'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.10'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue