You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Proguard.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ See [the `aws-android-sdk-core` package](aws-android-sdk-core/consumer-proguard-
8
8
If you are using other third-party libraries, you need to consult the documentation
9
9
for those libraries to see if they require additional configuration to support the use of ProGuard.
10
10
11
+
# (Optional) Additional proguard rules
12
+
If you are facing warnings like `Warning: com.amazonaws.mobile.client.AWSMobileClient: can't find referenced class` you can ignore them by using the following in your proguard-rules.pro file
0 commit comments