Feature: Auto-Launch XuperTV package (com.android.mgstv) upon VPN connection
This commit is contained in:
@@ -8,23 +8,25 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.cbcren.vpn"
|
||||
minSdkVersion 24
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
// Multidex necesario para librerías grandes
|
||||
versionCode 5
|
||||
versionName "2.0-auto"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a'
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Versiones más antiguas y estables
|
||||
implementation 'androidx.appcompat:appcompat:1.4.0'
|
||||
implementation 'com.google.android.material:material:1.5.0'
|
||||
implementation 'com.wireguard.android:tunnel:1.0.20230706'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'com.wireguard.android:tunnel:1.0.20211029'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user