From 1a40a3213e562a44e51f82e8001ba3a00f5df1d3 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 15 Aug 2022 21:56:12 +0200 Subject: [PATCH] build.gradle: update AndroidX Annotation to 1.4.0 --- oeffi/build.gradle | 2 +- oeffi/proguard.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index c6e5f20..23f3d6e 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -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' diff --git a/oeffi/proguard.cfg b/oeffi/proguard.cfg index 9376e30..2158d22 100644 --- a/oeffi/proguard.cfg +++ b/oeffi/proguard.cfg @@ -47,8 +47,10 @@ # androidx -dontwarn androidx.core.** +-dontwarn module-info -dontnote androidx.core.** -dontnote androidx.versionedparcelable.VersionedParcel +-dontnote kotlin.** # OkHttp -dontwarn okio.DeflaterSink