1
0
Fork 0

Issue #309: Add proguard rule for FenixMegazord

master
Christian Sadilek 2019-02-28 10:52:06 -05:00 committed by Sebastian Kaspari
parent 329e05c502
commit c74d1318a9
1 changed files with 7 additions and 1 deletions

View File

@ -34,4 +34,10 @@
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
-keepclassmembernames class kotlinx.** {
volatile <fields>;
}
}
####################################################################################################
# Mozilla Application Services
####################################################################################################
-keep class mozilla.appservices.FenixMegazord { *; }