Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 370e97ec
authored
Oct 22, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
e17c87fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
app/build.gradle
app/build.gradle
View file @
370e97e
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment