From b673f252f41ede83128d36a54266477e9adf47d0 Mon Sep 17 00:00:00 2001
From: lizhanwei <Dana_Lee1016@126.com>
Date: 星期五, 22 五月 2020 16:16:02 +0800
Subject: [PATCH] 提交腾讯x5浏览器内核;
---
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