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 d6ee5eb commit 828711bCopy full SHA for 828711b
adsSdk/build.gradle
@@ -21,8 +21,8 @@ android {
21
}
22
23
compileOptions {
24
- sourceCompatibility JavaVersion.VERSION_1_8
25
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
26
27
28
app/build.gradle
@@ -23,8 +23,8 @@ android {
29
30
0 commit comments