build.gradle: update AndroidX Annotation to 1.4.0

This commit is contained in:
Andreas Schildbach 2022-08-15 21:56:12 +02:00
parent 34fd491c92
commit 1a40a3213e
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,7 @@ configurations {
dependencies {
implementation project(':public-transport-enabler')
implementation 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'

View file

@ -47,8 +47,10 @@
# androidx
-dontwarn androidx.core.**
-dontwarn module-info
-dontnote androidx.core.**
-dontnote androidx.versionedparcelable.VersionedParcel
-dontnote kotlin.**
# OkHttp
-dontwarn okio.DeflaterSink