This commit is contained in:
Jay 2017-07-05 16:15:30 +08:00
parent 05f76e168c
commit 01433de659
2 changed files with 12 additions and 1 deletions

View File

@ -97,12 +97,22 @@ android {
applicationId "xyz.mtfos.buywhat" applicationId "xyz.mtfos.buywhat"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 1 versionCode 2
versionName "1.0" versionName "1.0"
ndk { ndk {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }
} }
signingConfigs {
release {
storeFile file("${rootDir}/mtfos")
storePassword "pass.ok=1"
keyAlias "mtfos"
keyPassword "pass.ok=1"
}
}
splits { splits {
abi { abi {
reset() reset()
@ -115,6 +125,7 @@ android {
release { release {
minifyEnabled enableProguardInReleaseBuilds minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
signingConfig signingConfigs.release
} }
} }
// applicationVariants are e.g. debug, release // applicationVariants are e.g. debug, release

BIN
android/mtfos Normal file

Binary file not shown.