Weather/original/META-INF/proguard/androidx-annotations.pro
2021-05-10 10:13:34 +02:00

14 lines
308 B
Prolog

-keep @android.support.annotation.Keep class * {*;}
-keepclasseswithmembers class * {
@android.support.annotation.Keep <methods>;
}
-keepclasseswithmembers class * {
@android.support.annotation.Keep <fields>;
}
-keepclasseswithmembers class * {
@android.support.annotation.Keep <init>(...);
}