Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
component
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王涛55
component
Commits
f7371248
Commit
f7371248
authored
Sep 30, 2019
by
王涛55
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:删除重复的配置
parent
df65cfe9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
ModuleProject/business/app_login/build.gradle
+3
-19
ModuleProject/business/app_passport/build.gradle
+0
-1
No files found.
ModuleProject/business/app_login/build.gradle
View file @
f7371248
if
(
isModule
)
{
apply
plugin:
'com.android.library'
}
else
{
apply
plugin:
'com.android.application'
}
...
...
@@ -40,6 +39,9 @@ android {
abortOnError
false
}
dexOptions
{
preDexLibraries
=
false
}
compileOptions
{
encoding
=
'utf-8'
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
@@ -59,24 +61,6 @@ android {
}
}
dexOptions
{
javaMaxHeapSize
"4g"
preDexLibraries
=
false
jumboMode
=
true
}
dataBinding
{
enabled
=
true
}
lintOptions
{
abortOnError
false
}
dexOptions
{
preDexLibraries
=
false
}
}
dependencies
{
...
...
ModuleProject/business/app_passport/build.gradle
View file @
f7371248
if
(
isModule
)
{
apply
plugin:
'com.android.library'
}
else
{
apply
plugin:
'com.android.application'
}
...
...
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