File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ plugins {
10
10
android {
11
11
compileSdk = 33
12
12
compileOptions {
13
- sourceCompatibility = JavaVersion .VERSION_11
14
- targetCompatibility = JavaVersion .VERSION_11
13
+ sourceCompatibility = JavaVersion .VERSION_17
14
+ targetCompatibility = JavaVersion .VERSION_17
15
15
}
16
16
namespace = " com.wireguard.android.tunnel"
17
17
defaultConfig {
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ android {
25
25
buildConfigField(" int" , " MIN_SDK_VERSION" , minSdk.toString())
26
26
}
27
27
compileOptions {
28
- sourceCompatibility = JavaVersion .VERSION_11
29
- targetCompatibility = JavaVersion .VERSION_11
28
+ sourceCompatibility = JavaVersion .VERSION_17
29
+ targetCompatibility = JavaVersion .VERSION_17
30
30
isCoreLibraryDesugaringEnabled = true
31
31
}
32
32
buildTypes {
@@ -78,5 +78,5 @@ tasks.withType<JavaCompile>().configureEach {
78
78
}
79
79
80
80
tasks.withType<KotlinCompile >().configureEach {
81
- compilerOptions.jvmTarget.set(JvmTarget .JVM_11 )
81
+ compilerOptions.jvmTarget.set(JvmTarget .JVM_17 )
82
82
}
You can’t perform that action at this time.
0 commit comments