Skip to content

Commit f850e9c

Browse files
committed
Update consumer-proguard-rules.pro (#2202)
See the following related issues: - #704 - #806 - #2141 - aws-amplify/amplify-android#939
1 parent 97a56b9 commit f850e9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aws-android-sdk-core/consumer-proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
-keepnames class com.amazonaws.**
33
-keepnames class com.amazon.**
44

5+
# Enums are not obfuscated correctly in combination with Gson
6+
-keepclassmembers enum * { *; }
7+
58
# Request handlers defined in request.handlers
69
-keep class com.amazonaws.services.**.*Handler
710

0 commit comments

Comments
 (0)