We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6fab1 commit 51bd031Copy full SHA for 51bd031
1 file changed
PopcornView/build.gradle
@@ -23,11 +23,11 @@ android {
23
}
24
25
compileOptions {
26
- sourceCompatibility JavaVersion.VERSION_1_8
27
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
28
29
kotlinOptions {
30
- jvmTarget = '1.8'
+ jvmTarget = '11'
31
32
33
@@ -53,6 +53,4 @@ afterEvaluate {
53
54
55
56
-}
57
-
58
-group = 'com.github.gold24park'
+}
0 commit comments