diff --git a/V2rayNG/app/build.gradle.kts b/V2rayNG/app/build.gradle.kts index 8e6d9aad9..c9dbc7c60 100644 --- a/V2rayNG/app/build.gradle.kts +++ b/V2rayNG/app/build.gradle.kts @@ -23,6 +23,7 @@ android { isEnable = true reset() include(*abiFilterList.toTypedArray()) + isUniversalApk = true } } }