mirror of
https://gitlab.com/SoftwareTalent/CalendarioDeFrases.git
synced 2026-02-22 04:45:07 +01:00
Version 1.3.2
This commit is contained in:
14
app/proguard-rules.pro
vendored
14
app/proguard-rules.pro
vendored
@@ -23,3 +23,17 @@
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
-keepattributes *Annotation*
|
||||
-keepclassmembers class com.google.**.R$* {
|
||||
public static <fields>;
|
||||
}
|
||||
-keep public class com.google.ads.** {*;}
|
||||
-keep public class com.google.android.gms.** {*;}
|
||||
-keep public class com.tappx.** { *; }
|
||||
|
||||
-ignorewarnings
|
||||
|
||||
-keep class * {
|
||||
public private *;
|
||||
}
|
||||
Reference in New Issue
Block a user