File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66android {
77 namespace = " com.buildtoapp.floatingoverlayview"
8- compileSdk = 29
8+ compileSdk = 30
99
1010 defaultConfig {
1111 minSdk = 19
@@ -19,11 +19,11 @@ android {
1919 }
2020 }
2121 compileOptions {
22- sourceCompatibility = JavaVersion .VERSION_1_8
23- targetCompatibility = JavaVersion .VERSION_1_8
22+ sourceCompatibility = JavaVersion .VERSION_11
23+ targetCompatibility = JavaVersion .VERSION_11
2424 }
2525 kotlinOptions {
26- jvmTarget = " 1.8 "
26+ jvmTarget = " 11 "
2727 }
2828}
2929
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ android {
2727 }
2828 }
2929 compileOptions {
30- sourceCompatibility = JavaVersion .VERSION_1_8
31- targetCompatibility = JavaVersion .VERSION_1_8
30+ sourceCompatibility = JavaVersion .VERSION_11
31+ targetCompatibility = JavaVersion .VERSION_11
3232 }
3333 kotlinOptions {
34- jvmTarget = " 1.8 "
34+ jvmTarget = " 11 "
3535 }
3636 buildFeatures {
3737 compose = true
You can’t perform that action at this time.
0 commit comments