From 1d0d054e11e5168c0ce9a5a55265187183510fc7 Mon Sep 17 00:00:00 2001 From: satish_p Date: Wed, 6 Oct 2021 14:43:22 +0530 Subject: [PATCH] minor changes --- app/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 1c33c72d64..5c61cc770f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -33,6 +33,7 @@ } -keep class **.models.** { *; } +-keep class **.model.** { *; } # hide the original source file name. #-renamesourcefileattribute SourceFile