From c901a245e316afeb5c94ceee88c8bf9afc9a6a11 Mon Sep 17 00:00:00 2001 From: Jeel Dobariya Date: Tue, 19 May 2026 18:53:40 +0530 Subject: [PATCH] fix: proguard R8 with apache csv common library Signed-off-by: Jeel Dobariya --- app/proguard-rules.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb434..de8d7b17 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -18,4 +18,6 @@ # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file +#-renamesourcefileattribute SourceFile + +-dontwarn edu.umd.cs.findbugs.annotations.SuppressFBWarnings