Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yh_vendor
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
叶弯弯
9 years ago
Commit
504a641cb89dd0a956512a9e900a8997f6752ef5
1 parent
dbbc46e9
release版本打包签名
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
android/app/build.gradle
android/app/build.gradle
View file @
504a641
...
...
@@ -98,12 +98,6 @@ android {
include "armeabi-v7a", "x86"
}
}
buildTypes {
release {
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}
signingConfigs {
release {
storeFile file("../keystores/yhvendor.jks")
...
...
@@ -112,6 +106,15 @@ android {
keyPassword "yoho2016"
}
}
buildTypes {
release {
zipAlignEnabled true
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
signingConfig signingConfigs.release
}
}
// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
variant.outputs.each { output ->
...
...
Please
register
or
login
to post a comment