Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sridatta Gorugantula
Stickers
Commits
a13a765c
Commit
a13a765c
authored
Sep 12, 2019
by
ar-arvind
Committed by
Simon Xu
Sep 15, 2019
Browse files
Enabled shrinkResources.
parent
83012361
Changes
1
Hide whitespace changes
Inline
Side-by-side
Android/app/build.gradle
View file @
a13a765c
...
...
@@ -25,10 +25,12 @@ android {
buildTypes
{
debug
{
minifyEnabled
false
shrinkResources
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
release
{
minifyEnabled
true
shrinkResources
true
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
...
...
Write
Preview
Supports
Markdown
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