We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86cf08 commit e222dd0Copy full SHA for e222dd0
plugins/2018.3326/android/corona.gradle
@@ -8,6 +8,8 @@ android {
8
compileOptions {
9
sourceCompatibility JavaVersion.VERSION_1_8
10
targetCompatibility JavaVersion.VERSION_1_8
11
+
12
+ coreLibraryDesugaringEnabled true
13
}
14
15
@@ -17,6 +19,8 @@ repositories {
17
19
18
20
21
dependencies {
22
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
23
24
implementation("com.appodeal.ads:sdk:3.12.0.0") {
25
exclude group: "com.appodeal.ads.sdk.networks", module: "admob"
26
exclude group: "com.appodeal.ads.sdk.networks", module: "amazon"
0 commit comments