Skip to content

Commit

Permalink
Merge pull request #2903 from ssszmath/master
Browse files Browse the repository at this point in the history
Fixing the problem of connecting to the Internet after publishing the application on Google Play in aab format
  • Loading branch information
2dust authored Mar 7, 2024
2 parents 2dc82b7 + 1a27515 commit a536df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions V2rayNG/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
android:supportsRtl="true"
android:theme="@style/AppThemeDayNight"
android:usesCleartextTraffic="true"
android:extractNativeLibs="true"
tools:targetApi="m">

<activity
Expand Down
1 change: 1 addition & 0 deletions V2rayNG/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a536df1

Please sign in to comment.