From b1fd52c7dbb399a3aa8b5cbfbb6554010fc459ca Mon Sep 17 00:00:00 2001 From: arraykeys Date: Fri, 22 Nov 2019 15:20:09 +0800 Subject: [PATCH] no message --- app/build.gradle | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d29663a..116ee82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,10 +7,18 @@ android { applicationId "com.host900.goproxy" minSdkVersion 15 targetSdkVersion 29 - versionCode 2 - versionName "1.1" + versionCode 3 + versionName "1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } + splits { + abi { + enable true + reset() + include 'x86', 'x86_64', 'armeabi-v7a', "arm64-v8a" + universalApk true + } + } buildTypes { release { minifyEnabled false @@ -18,6 +26,7 @@ android { } } } + repositories { flatDir { dirs 'libs'