Skip to content

Commit 2f24477

Browse files
Shahzainalimsfjarvis
authored andcommitted
ui: move target SDK to 31
Signed-off-by: Shahzain Ali <[email protected]> Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 5ffb1d0 commit 2f24477

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tunnel/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ version wireguardVersionName
66
group groupName
77

88
android {
9-
compileSdkVersion 30
9+
compileSdkVersion 31
1010
compileOptions {
1111
sourceCompatibility JavaVersion.VERSION_1_8
1212
targetCompatibility JavaVersion.VERSION_1_8
1313
}
1414
defaultConfig {
1515
minSdkVersion 21
16-
targetSdkVersion 30
16+
targetSdkVersion 31
1717
versionCode wireguardVersionCode
1818
versionName wireguardVersionName
1919
}

tunnel/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<application>
1010
<service
1111
android:name="com.wireguard.android.backend.GoBackend$VpnService"
12-
android:permission="android.permission.BIND_VPN_SERVICE">
12+
android:permission="android.permission.BIND_VPN_SERVICE"
13+
android:exported="true">
1314
<intent-filter>
1415
<action android:name="android.net.VpnService" />
1516
</intent-filter>

0 commit comments

Comments
 (0)