Merge pull request #2903 from ssszmath/master

Fixing the problem of connecting to the Internet after publishing the application on Google Play in aab format
This commit is contained in:
2dust
2024-03-07 08:06:04 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
android:supportsRtl="true"
android:theme="@style/AppThemeDayNight"
android:usesCleartextTraffic="true"
android:extractNativeLibs="true"
tools:targetApi="m">
<activity

View File

@@ -4,3 +4,4 @@ android.enableJetifier=true
kotlin.code.style=official
android.nonTransitiveRClass=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
android.bundle.enableUncompressedNativeLibs = false