Commit 370e97ec by amateur

1

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