build.gradle: update AndroidX Annotation to 1.8.0

This commit is contained in:
Andreas Schildbach 2024-06-06 11:28:37 +02:00
parent c6dcce6049
commit 30d2e47fc9
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ dependencies {
implementation(project(':public-transport-enabler')) {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.annotation:annotation:1.8.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'

View file

@ -55,6 +55,7 @@
-dontwarn androidx.lifecycle.SavedStateHandle
-dontwarn androidx.activity.Api34Impl
-dontwarn androidx.activity.BackEventCompat
-dontnote androidx.activity.ImmLeaksCleaner$Companion$**
-dontwarn androidx.core.view.accessibility.AccessibilityNodeInfoCompat$AccessibilityActionCompat
-dontwarn androidx.**$Api34Impl,androidx.**$Api34Impl$**