DT @21.09.2015: Gradle Scripts hinzugefügt...
This commit is contained in:
20
proguard-com.twitter.sdk.android.twitter.txt
Normal file
20
proguard-com.twitter.sdk.android.twitter.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# Twitter Core proguard configuration
|
||||
# '-include' this file in your proguard config
|
||||
# Autogenerated file -- Do not modify
|
||||
|
||||
#Proguard Config for when AppCompat is not a dependency
|
||||
-dontwarn com.digits.sdk.android.*ActionBarActivity
|
||||
|
||||
# retrofit specific
|
||||
-dontwarn com.squareup.okhttp.**
|
||||
-dontwarn com.google.appengine.api.urlfetch.**
|
||||
-dontwarn rx.**
|
||||
-dontwarn retrofit.**
|
||||
-keepattributes Signature
|
||||
-keepattributes *Annotation*
|
||||
-keep class com.squareup.okhttp.** { *; }
|
||||
-keep interface com.squareup.okhttp.** { *; }
|
||||
-keep class retrofit.** { *; }
|
||||
-keepclasseswithmembers class * {
|
||||
@retrofit.http.* <methods>;
|
||||
}
|
||||
Reference in New Issue
Block a user