summaryrefslogtreecommitdiffhomepage
path: root/tunnel/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/build.gradle.kts')
-rw-r--r--tunnel/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tunnel/build.gradle.kts b/tunnel/build.gradle.kts
index 8aa79caa..f71d57c2 100644
--- a/tunnel/build.gradle.kts
+++ b/tunnel/build.gradle.kts
@@ -10,8 +10,8 @@ plugins {
android {
compileSdk = 33
compileOptions {
- sourceCompatibility = JavaVersion.VERSION_11
- targetCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
}
namespace = "com.wireguard.android.tunnel"
defaultConfig {