Sign in
CNLive Android Team
/
PublishWorks
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
adbb5693bfe807013916b79d9f71e6967948d382
Authored by
袁思汶
2020-11-24 11:19:42 +0800
1 parent
6fd03706
ver 1.1
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
publish/build.gradle
publish/build.gradle
View file @
adbb569
...
...
@@ -10,7 +10,6 @@ android {
10
10
targetSdkVersion 29
11
11
versionCode 1
12
12
versionName "1.0"
13
- multiDexEnabled true
14
13
javaCompileOptions {
15
14
annotationProcessorOptions {
16
15
arguments = [AROUTER_MODULE_NAME: project.getName(), AROUTER_GENERATE_DOC: "enable"]
...
...