From 8f301962522a9a6a0f92d98ed68284c6948e8843 Mon Sep 17 00:00:00 2001 From: wlh <646507849@qq.com> Date: Fri, 8 Mar 2024 17:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA365-=E4=BA=8C=E6=9C=9F?= =?UTF-8?q?=E5=BC=80=E5=8F=91-=E7=98=A6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6a69df4..8242956 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,6 +28,12 @@ android { } } + ndk{ + moduleName "libnew_native_libe" + ldLibs "log" + abiFilters "armeabi-v7a","arm64-v8a" + } + manifestPlaceholders = [ JPUSH_PKGNAME : applicationId, JPUSH_APPKEY : "4469bc1d5cfba9e5aea1cac4", @@ -57,7 +63,7 @@ android { buildConfigField("String" ,"appid" ,"\"${rootProject.ext.wx.appid}\"") buildConfigField("String" ,"appSecret" ,"\"${rootProject.ext.wx.appSecret}\"") - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } signingConfigs{