@10.02.16 Dennis Thießen: 2.0 Final Release!
This commit is contained in:
15
app/proguard-rules.pro
vendored
15
app/proguard-rules.pro
vendored
@@ -15,3 +15,18 @@
|
||||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
||||
# public *;
|
||||
#}
|
||||
|
||||
-keep class com.google.android.gms.** { *; }
|
||||
-dontwarn com.google.android.gms.**
|
||||
|
||||
-keep class org.apache.http.** { *; }
|
||||
-dontwarn org.apache.http.**
|
||||
|
||||
-keep class com.android.volley.** { *; }
|
||||
-dontwarn com.android.volley.**
|
||||
|
||||
# Hide warnings about references to newer platforms in the library
|
||||
-dontwarn android.support.v7.**
|
||||
# don't process support library
|
||||
-keep class android.support.v7.** { *; }
|
||||
-keep interface android.support.v7.** { *; }
|
||||
|
||||
Reference in New Issue
Block a user