no message

This commit is contained in:
arraykeys
2019-11-22 15:20:09 +08:00
parent 3dbf4410ff
commit b1fd52c7db
+11 -2
View File
@@ -7,10 +7,18 @@ android {
applicationId "com.host900.goproxy" applicationId "com.host900.goproxy"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 29 targetSdkVersion 29
versionCode 2 versionCode 3
versionName "1.1" versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
splits {
abi {
enable true
reset()
include 'x86', 'x86_64', 'armeabi-v7a', "arm64-v8a"
universalApk true
}
}
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled false
@@ -18,6 +26,7 @@ android {
} }
} }
} }
repositories { repositories {
flatDir { flatDir {
dirs 'libs' dirs 'libs'