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 a212803 commit c8741d4Copy full SHA for c8741d4
Proguard.md
@@ -7,6 +7,7 @@ When exporting your app using the AWS SDK for Android with the default, empty _p
7
```
8
# Class names are needed in reflection
9
-keepnames class com.amazonaws.**
10
+-keepnames class com.amazon.**
11
# Request handlers defined in request.handlers
12
-keep class com.amazonaws.services.**.*Handler
13
# The following are referenced but aren't required to run
0 commit comments