mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-14 01:35:06 +01:00
7bf39ca877
This reduces result apk size around 2x times. Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
11 lines
362 B
Prolog
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
|