Add VPN support with Mullvad WireGuard integration

This commit is contained in:
Ren
2026-02-25 18:35:26 -03:00
parent 1526766630
commit 82c232da7a
11 changed files with 292 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "com.streamplayer"
minSdk 21
minSdk 24
targetSdk 35
versionCode 100111
versionName "10.1.11"
@@ -60,6 +60,9 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
// WireGuard for VPN
implementation 'com.wireguard.android:tunnel:1.0.20210211'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'