From e1d82a5b9f3be4be11ef1af9f17fd46cc5011164 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sun, 28 May 2023 13:38:33 +0200 Subject: [PATCH] fixed proguard rules --- android/app/proguard-rules.pro | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 284ada19f..06e861e19 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -4,6 +4,3 @@ # referenced from: com.google.crypto.tink -dontwarn com.google.errorprone.annotations.** -dontwarn javax.annotation.** - -# report all the code that R8 removed ( is `/build/app/outputs/mapping/[build]/`) --printusage /usage.txt