build.gradle: update AndroidX Annotation to 1.3.0

This commit is contained in:
Andreas Schildbach 2022-02-09 16:18:44 +01:00
parent acedc27d52
commit 329e6e5e81

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.2.0'
implementation 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'