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.
2 parents 84396c9 + b72d52e commit 34b4c01Copy full SHA for 34b4c01
packages/amplify_datastore/android/build.gradle
@@ -53,6 +53,8 @@ android {
53
htmlReport false
54
}
55
compileOptions {
56
+ // Support for Java 8 features
57
+ coreLibraryDesugaringEnabled true
58
sourceCompatibility JavaVersion.VERSION_1_8
59
targetCompatibility JavaVersion.VERSION_1_8
60
@@ -69,6 +71,9 @@ android {
69
71
70
72
73
dependencies {
74
75
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
76
+
77
implementation "com.amplifyframework:aws-datastore:1.37.2"
78
implementation "com.amplifyframework:aws-api-appsync:1.37.2"
79
0 commit comments