Add VPN support with Mullvad WireGuard integration
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user