Added CoreComponentFactory to multidex-instrumentation-config.pro, and proGruard file

This commit is contained in:
MohitMaliFtechiz 2024-07-26 13:08:15 +05:30
parent e88b426d49
commit 0c0ddd3657
2 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,4 @@
-keep class org.hamcrest.Matchers
-keep class org.kiwix.kiwixmobile.** { *; }
-keep class org.mockito.** { *; }
-keep class androidx.core.app.CoreComponentFactory { *; }

View File

@ -19,3 +19,4 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class androidx.core.app.CoreComponentFactory { *; }