Rebuild Main: Universal Launcher Architecture (Intents) + Auto Launch
This commit is contained in:
@@ -8,23 +8,19 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.cbcren.vpn"
|
||||
minSdkVersion 24
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
// Multidex necesario para librerías grandes
|
||||
multiDexEnabled true
|
||||
versionCode 7
|
||||
versionName "3.0-launcher-universal"
|
||||
}
|
||||
|
||||
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.6.1'
|
||||
implementation 'com.google.android.material:material:1.9.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user