From 585ba276324d167af7f2e72a59b692c2eace4e55 Mon Sep 17 00:00:00 2001 From: sifacaii Date: Sat, 15 Oct 2022 19:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bea7c38..ae233f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,12 +13,17 @@ android { versionName "1.0.4" multiDexEnabled true - ndk { - abiFilters 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a' - } + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } + splits { + abi { + enable true + include 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a' + } + } + buildTypes { release { minifyEnabled false