Skip to content

Commit c8741d4

Browse files
authored
Update Progaurd rules for SDK usage
1 parent a212803 commit c8741d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Proguard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ When exporting your app using the AWS SDK for Android with the default, empty _p
77
```
88
# Class names are needed in reflection
99
-keepnames class com.amazonaws.**
10+
-keepnames class com.amazon.**
1011
# Request handlers defined in request.handlers
1112
-keep class com.amazonaws.services.**.*Handler
1213
# The following are referenced but aren't required to run

0 commit comments

Comments
 (0)