Skip to content

Commit

Permalink
Update Progaurd rules for SDK usage
Browse files Browse the repository at this point in the history
  • Loading branch information
minbi authored Apr 27, 2017
1 parent a212803 commit c8741d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Proguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ When exporting your app using the AWS SDK for Android with the default, empty _p
```
# Class names are needed in reflection
-keepnames class com.amazonaws.**
-keepnames class com.amazon.**
# Request handlers defined in request.handlers
-keep class com.amazonaws.services.**.*Handler
# The following are referenced but aren't required to run
Expand Down

0 comments on commit c8741d4

Please sign in to comment.