diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 1f33dc4..64e36da 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -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'