Skip to content

Commit e222dd0

Browse files
committed
Android Fixes for Api 26
1 parent f86cf08 commit e222dd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/2018.3326/android/corona.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ android {
88
compileOptions {
99
sourceCompatibility JavaVersion.VERSION_1_8
1010
targetCompatibility JavaVersion.VERSION_1_8
11+
12+
coreLibraryDesugaringEnabled true
1113
}
1214
}
1315

@@ -17,6 +19,8 @@ repositories {
1719

1820

1921
dependencies {
22+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
23+
2024
implementation("com.appodeal.ads:sdk:3.12.0.0") {
2125
exclude group: "com.appodeal.ads.sdk.networks", module: "admob"
2226
exclude group: "com.appodeal.ads.sdk.networks", module: "amazon"

0 commit comments

Comments
 (0)