add key
This commit is contained in:
parent
05f76e168c
commit
01433de659
@ -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
BIN
android/mtfos
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user