We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763d9a9 commit b7295cdCopy full SHA for b7295cd
tunnel/build.gradle
@@ -14,7 +14,7 @@ android {
14
namespace 'com.wireguard.android.tunnel'
15
defaultConfig {
16
minSdkVersion 21
17
- targetSdkVersion 31
+ targetSdkVersion 33
18
versionCode wireguardVersionCode
19
versionName wireguardVersionName
20
}
ui/build.gradle
@@ -24,7 +24,7 @@ android {
24
25
applicationId 'com.wireguard.android'
26
27
28
29
30
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
0 commit comments