From 9c13ff18dab0c35ada32a318ab6e380c9b184ffe Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期一, 06 一月 2020 11:23:32 +0800 Subject: [PATCH] 修改ndk,20200106 --- lib/build.gradle | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index fb084b3..cdc5d5b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -20,7 +20,7 @@ ndk { // Specifies the ABI configurations of your native // libraries Gradle should build and package with your APK. - abiFilters 'armeabi-v7a','arm64-v8a' + abiFilters 'armeabi-v7a' } } -- Gitblit v1.8.0