From 88c323337b1b196dd3098c14c30de5725a21c4d3 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期五, 22 五月 2020 19:02:09 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge

---
 app/build.gradle |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 0d98b9a..85f7c62 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,6 +11,12 @@
         versionCode 1
         versionName "1.0"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+
+        ndk {
+            // Specifies the ABI configurations of your native
+            // libraries Gradle should build and package with your APK.
+            abiFilters 'armeabi-v7a'
+        }
     }
     compileOptions {
         sourceCompatibility 1.8

--
Gitblit v1.8.0