V4.0 Universal Embedded: 32/64 bit support, Embedded WireGuard, Auto-Launch XuperTV
This commit is contained in:
@@ -9,9 +9,16 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "com.cbcren.vpn"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 7
|
||||
versionName "3.0-launcher-universal"
|
||||
targetSdkVersion 34 // Compatible con Android 14/15/16
|
||||
versionCode 8
|
||||
versionName "4.0-universal-embedded"
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
// ¡IMPORTANTE! Habilitar ambas arquitecturas
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
@@ -21,6 +28,10 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.9.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
|
||||
// Motor WireGuard Embebido (Versión estable 2021)
|
||||
implementation 'com.wireguard.android:tunnel:1.0.20211029'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user