mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Added CoreComponentFactory to multidex-instrumentation-config.pro, and proGruard file
This commit is contained in:
parent
e88b426d49
commit
0c0ddd3657
@ -3,3 +3,4 @@
|
|||||||
-keep class org.hamcrest.Matchers
|
-keep class org.hamcrest.Matchers
|
||||||
-keep class org.kiwix.kiwixmobile.** { *; }
|
-keep class org.kiwix.kiwixmobile.** { *; }
|
||||||
-keep class org.mockito.** { *; }
|
-keep class org.mockito.** { *; }
|
||||||
|
-keep class androidx.core.app.CoreComponentFactory { *; }
|
||||||
|
1
core/proguard-rules.pro
vendored
1
core/proguard-rules.pro
vendored
@ -19,3 +19,4 @@
|
|||||||
# If you keep the line number information, uncomment this to
|
# If you keep the line number information, uncomment this to
|
||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
|
-keep class androidx.core.app.CoreComponentFactory { *; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user