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 ddd1ba1 commit 79e42d1Copy full SHA for 79e42d1
aws-android-sdk-core/consumer-proguard-rules.pro
@@ -17,3 +17,9 @@
17
# The SDK has several references of Apache HTTP client
18
-dontwarn com.amazonaws.http.**
19
-dontwarn com.amazonaws.metrics.**
20
+
21
+# AGP 8 enables R8 full-mode optimization, which will remove constructors of classes that are only
22
+# instantiated via reflection. These classes are instantiated via reflection in the SignerFactory.
23
+-keep class com.amazonaws.auth.AWS4Signer { *; }
24
+-keep class com.amazonaws.auth.QueryStringSigner { *; }
25
+-keep class com.amazonaws.auth.NoOpSigner { *; }
0 commit comments