Troubleshooting (Android)
Troubleshooting documentation, proguard rules.
If you enable code shrinking, obfuscation, and optimization in your project's release build type minifyEnabled true, add the below line to your proguard-rules.pro.
-keep class com.amazonaws.**
Last modified 7mo ago