From 1a2751563d2746c8ed3d37eba2c8f3e5af491263 Mon Sep 17 00:00:00 2001 From: Sajad Sajad Date: Tue, 5 Mar 2024 19:12:04 +0330 Subject: [PATCH] add NativeLibs configuration to manifest and gradle.properties --- V2rayNG/app/src/main/AndroidManifest.xml | 1 + V2rayNG/gradle.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/V2rayNG/app/src/main/AndroidManifest.xml b/V2rayNG/app/src/main/AndroidManifest.xml index 9efa3547..a5a5d928 100644 --- a/V2rayNG/app/src/main/AndroidManifest.xml +++ b/V2rayNG/app/src/main/AndroidManifest.xml @@ -44,6 +44,7 @@ android:supportsRtl="true" android:theme="@style/AppThemeDayNight" android:usesCleartextTraffic="true" + android:extractNativeLibs="true" tools:targetApi="m">