summaryrefslogtreecommitdiffhomepage
path: root/tunnel
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-22 21:24:33 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-24 14:12:21 +0100
commitb7295cd56f9ea94297d28f36bcba9a2cabc1c0a7 (patch)
tree9be29f44e782b920f050a68f35daf037f0cf19ba /tunnel
parent763d9a9f17097876f0e0f7e77514fa1430912f32 (diff)
build: raise target SDK to 33
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'tunnel')
-rw-r--r--tunnel/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle
index a297bfa1..54ef4d91 100644
--- a/tunnel/build.gradle
+++ b/tunnel/build.gradle
@@ -14,7 +14,7 @@ android {
namespace 'com.wireguard.android.tunnel'
defaultConfig {
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode wireguardVersionCode
versionName wireguardVersionName
}