Skip to content

Commit b7295cd

Browse files
msfjarviszx2c4
authored andcommitted
build: raise target SDK to 33
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 763d9a9 commit b7295cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tunnel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
namespace 'com.wireguard.android.tunnel'
1515
defaultConfig {
1616
minSdkVersion 21
17-
targetSdkVersion 31
17+
targetSdkVersion 33
1818
versionCode wireguardVersionCode
1919
versionName wireguardVersionName
2020
}

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
defaultConfig {
2525
applicationId 'com.wireguard.android'
2626
minSdkVersion 21
27-
targetSdkVersion 31
27+
targetSdkVersion 33
2828
versionCode wireguardVersionCode
2929
versionName wireguardVersionName
3030
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"

0 commit comments

Comments
 (0)