diff --git a/gradle/proguard-rules.pro b/gradle/proguard-rules.pro index 03829b6be..b13c94834 100644 --- a/gradle/proguard-rules.pro +++ b/gradle/proguard-rules.pro @@ -35,13 +35,6 @@ -keepattributes Signature,InnerClasses,EnclosingMethod,*Annotation* -# Retrofit -# This is to keep parameters on retrofit2.http-annotated methods while still allowing removal of unused ones --keep,allowobfuscation @interface retrofit2.http.** --keepclassmembers,allowshrinking,allowobfuscation interface * { - @retrofit2.http.** ; -} - # Okio -dontwarn okio.**