Gradle: Release build
This commit is contained in:
@ -3,6 +3,14 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
signingConfigs {
|
||||||
|
release {
|
||||||
|
keyAlias 'kiva'
|
||||||
|
keyPassword 'k12fd15dp'
|
||||||
|
storeFile file('docs/kiva.keystore')
|
||||||
|
storePassword 'k12fd15dp'
|
||||||
|
}
|
||||||
|
}
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "25.0.2"
|
buildToolsVersion "25.0.2"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
@ -28,6 +36,8 @@ android {
|
|||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
|
signingConfig signingConfigs.release
|
||||||
|
proguardFile 'app/proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
BIN
docs/kiva.keystore
Executable file
BIN
docs/kiva.keystore
Executable file
Binary file not shown.
Reference in New Issue
Block a user