mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 03:58:48 +00:00
build.gradle: update AndroidX Annotation to 1.3.0
This commit is contained in:
parent
acedc27d52
commit
329e6e5e81
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ configurations {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':public-transport-enabler')
|
implementation project(':public-transport-enabler')
|
||||||
implementation 'de.schildbach.wallet:integration-android:2.0'
|
implementation 'de.schildbach.wallet:integration-android:2.0'
|
||||||
implementation 'androidx.annotation:annotation:1.2.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.1.0'
|
||||||
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
|
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue