Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
ea3e4f4e
Unverified
Commit
ea3e4f4e
authored
Mar 19, 2020
by
Hanwen Cheng
Committed by
GitHub
Mar 19, 2020
Browse files
build: fix release config for android (#564)
parent
a271ae09
Pipeline
#83673
failed with stages
in 3 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
ea3e4f4e
...
...
@@ -165,9 +165,9 @@ android {
release
{
// Caution! In production, you need to generate your own keystore file.
// see https://facebook.github.io/react-native/docs/signed-apk-android.
signingConfig
signingConfigs
.
debug
minifyEnabled
enableProguardInReleaseBuilds
proguardFiles
getDefaultProguardFile
(
"proguard-android.txt"
),
"proguard-rules.pro"
//
signingConfig signingConfigs.debug
//
minifyEnabled enableProguardInReleaseBuilds
//
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}
splits
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment