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"
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'