build.gradle: Update AndroidX Annotation to 1.2.0.

This commit is contained in:
Andreas Schildbach 2021-04-01 00:32:56 +02:00
parent 772bbdfb0a
commit a32e9a30f3

View file

@ -13,7 +13,7 @@ configurations {
dependencies {
implementation project(':public-transport-enabler')
implementation 'de.schildbach.wallet:integration-android:2.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'