Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장연우
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
soonmyeong2
2019-12-05 00:28:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
64614db49234b4e5954d4908130f38e2f40b0a7b
64614db4
1 parent
e6c56d21
Add option for deployment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
vip/app/build.gradle
vip/app/build.gradle
View file @
64614db
...
...
@@ -21,6 +21,12 @@ android {
proguardFiles
getDefaultProguardFile
(
'proguard-android-optimize.txt'
),
'proguard-rules.pro'
}
}
lintOptions
{
checkReleaseBuilds
false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError
false
}
}
dependencies
{
...
...
Please
register
or
login
to post a comment