Version 1.3.2

This commit is contained in:
2018-04-01 22:27:36 +02:00
parent 7af33ee1c8
commit e924d24315
26 changed files with 403 additions and 279 deletions

View File

@@ -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 *;
}