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 2457704 commit 2747826Copy full SHA for 2747826
packages/amplify_datastore/android/build.gradle
@@ -35,6 +35,11 @@ android {
35
}
36
defaultConfig {
37
minSdkVersion 21
38
+
39
+ // TODO: Remove when Gradle can be updated, since
40
+ // this seems to have been fixed in newer versions
41
+ // https://stackoverflow.com/a/64506880/12626712
42
+ consumerProguardFiles 'proguard-rules.pro'
43
44
lintOptions {
45
disable 'InvalidPackage'
packages/amplify_datastore/android/proguard-rules.pro
@@ -0,0 +1 @@
1
+-keep class io.reactivex.rxjava3.** { *; }
0 commit comments