Commit 370e97ec by amateur

1

1 parent e17c87fa
......@@ -83,9 +83,11 @@ android {
buildConfigField "boolean", "SHOW_INPUT", "false"
}
pre { // 模拟
debuggable true
minifyEnabled false
minifyEnabled true //是否混淆
zipAlignEnabled true //是否设置zip对齐优化
shrinkResources true
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "NAFMII之窗-qp"
applicationIdSuffix "qp"
buildConfigField "String", "ASSETS_DIST_DIR", "\"pre\""
......@@ -146,7 +148,7 @@ android {
}
signingConfigs {
debug {
storeFile file('D:\\studio-workspace\\nafmii\\nafmii.keystore')
storeFile file('../nafmii.keystore')
storePassword 'whaty123'
keyPassword 'whaty123'
keyAlias 'whaty'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!