mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 09:28:49 +00:00
build.gradle: update AndroidX Annotation to 1.8.2
This commit is contained in:
parent
558e1a6cc4
commit
9197bdbe1a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ dependencies {
|
|||
implementation(project(':public-transport-enabler')) {
|
||||
exclude group: 'org.slf4j', module: 'slf4j-api'
|
||||
}
|
||||
implementation 'androidx.annotation:annotation:1.8.0'
|
||||
implementation 'androidx.annotation:annotation:1.8.2'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
||||
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue