From 555df113c1059118a5c637dc5b6a81eb7a447212 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Wed, 8 May 2024 23:51:01 +0300 Subject: [PATCH] Trying another SO tactic with adding proguard config --- android/app/proguard-rules.pro | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 android/app/proguard-rules.pro diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro new file mode 100644 index 00000000..56774b16 --- /dev/null +++ b/android/app/proguard-rules.pro @@ -0,0 +1,2 @@ +-dontwarn javax.annotation.Nullable +-dontwarn javax.annotation.concurrent.GuardedBy