Skip to content

Commit

Permalink
Revert "Merge pull request #2903 from ssszmath/master"
Browse files Browse the repository at this point in the history
This reverts commit a536df1, reversing
changes made to 2dc82b7.
  • Loading branch information
2dust committed Mar 7, 2024
1 parent a536df1 commit b2a9397
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion V2rayNG/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
android:supportsRtl="true"
android:theme="@style/AppThemeDayNight"
android:usesCleartextTraffic="true"
android:extractNativeLibs="true"
tools:targetApi="m">

<activity
Expand Down
1 change: 0 additions & 1 deletion V2rayNG/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ 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

1 comment on commit b2a9397

@2dust
Copy link
Owner Author

@2dust 2dust commented on b2a9397 Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An exception occurred applying plugin request [id: 'com.android.application']

Failed to apply plugin 'com.android.internal.application'.
The option 'android.bundle.enableUncompressedNativeLibs' is deprecated.
The current default is 'true'.
It was removed in version 8.1 of the Android Gradle plugin.

Please sign in to comment.