21 lines
614 B
Plaintext
21 lines
614 B
Plaintext
# 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>;
|
|
}
|