mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-18 08:19:50 +00:00
build.gradle: update AndroidX Annotation to 1.4.0
This commit is contained in:
parent
34fd491c92
commit
1a40a3213e
2 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
|
@ -47,8 +47,10 @@
|
|||
|
||||
# androidx
|
||||
-dontwarn androidx.core.**
|
||||
-dontwarn module-info
|
||||
-dontnote androidx.core.**
|
||||
-dontnote androidx.versionedparcelable.VersionedParcel
|
||||
-dontnote kotlin.**
|
||||
|
||||
# OkHttp
|
||||
-dontwarn okio.DeflaterSink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue