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