mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:08:49 +00:00
build.gradle: update AndroidX CoordinatorLayout to 1.2.0
This commit is contained in:
parent
329e6e5e81
commit
dedae2266f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ dependencies {
|
||||||
implementation 'de.schildbach.wallet:integration-android:2.0'
|
implementation 'de.schildbach.wallet:integration-android:2.0'
|
||||||
implementation 'androidx.annotation:annotation:1.3.0'
|
implementation 'androidx.annotation:annotation:1.3.0'
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.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.6.0'
|
implementation 'androidx.core:core:1.6.0'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue