Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin-locationlayer/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain service method parameters.
-keepclassmembernames,allowobfuscation interface * {
-keepclassmembernames interface * {
@retrofit2.http.* <methods>;
}
# Ignore annotation used for build tooling.
Expand Down
2 changes: 1 addition & 1 deletion plugin-offline/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain service method parameters.
-keepclassmembernames,allowobfuscation interface * {
-keepclassmembernames interface * {
@retrofit2.http.* <methods>;
}
# Ignore annotation used for build tooling.
Expand Down
2 changes: 1 addition & 1 deletion plugin-places/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain service method parameters.
-keepclassmembernames,allowobfuscation interface * {
-keepclassmembernames interface * {
@retrofit2.http.* <methods>;
}
# Ignore annotation used for build tooling.
Expand Down