We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a56b9 commit f850e9cCopy full SHA for f850e9c
aws-android-sdk-core/consumer-proguard-rules.pro
@@ -2,6 +2,9 @@
2
-keepnames class com.amazonaws.**
3
-keepnames class com.amazon.**
4
5
+# Enums are not obfuscated correctly in combination with Gson
6
+-keepclassmembers enum * { *; }
7
+
8
# Request handlers defined in request.handlers
9
-keep class com.amazonaws.services.**.*Handler
10
0 commit comments