Potato Build: Java 8, ARMv7 only, MultiDexApplication explicit, AppCompat 1.2.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.cbcren.vpn"
|
||||
android:versionCode="3"
|
||||
android:versionName="1.2-legacy" >
|
||||
android:versionCode="4"
|
||||
android:versionName="1.3-potato" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21"
|
||||
@@ -18,6 +18,7 @@
|
||||
android:required="false" />
|
||||
|
||||
<application
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
|
||||
android:debuggable="true"
|
||||
android:label="Xuper VPN"
|
||||
@@ -33,7 +34,6 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- Parche para librería WireGuard antigua -->
|
||||
<service
|
||||
android:name="com.wireguard.android.backend.GoBackend$VpnService"
|
||||
android:exported="true"
|
||||
@@ -42,18 +42,6 @@
|
||||
<action android:name="android.net.VpnService" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<provider
|
||||
android:name="androidx.startup.InitializationProvider"
|
||||
android:authorities="com.cbcren.vpn.androidx-startup"
|
||||
android:exported="false" >
|
||||
<meta-data
|
||||
android:name="androidx.emoji2.text.EmojiCompatInitializer"
|
||||
android:value="androidx.startup" />
|
||||
<meta-data
|
||||
android:name="androidx.lifecycle.ProcessLifecycleInitializer"
|
||||
android:value="androidx.startup" />
|
||||
</provider>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -11,8 +11,8 @@
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 3,
|
||||
"versionName": "1.2-legacy",
|
||||
"versionCode": 4,
|
||||
"versionName": "1.3-potato",
|
||||
"outputFile": "AndroidManifest.xml"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user