1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2024-12-14 01:35:06 +01:00
ultrasonic-app-subsonic-and.../ultrasonic/minify/proguard-retrofit.pro
Yahor Berdnikau 7bf39ca877 Enable minification for release build.
This reduces result apk size around 2x times.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-03-18 18:09:42 +01:00

11 lines
362 B
Prolog

#### From retrofit
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain service method parameters.
-keepclassmembernames,allowobfuscation interface * {
@retrofit2.http.* <methods>;
}
# Ignore annotation used for build tooling.
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement