Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
flutter_boost_1.22.4
Commits
25c78d72
Commit
25c78d72
authored
Jan 08, 2020
by
peihan.cph
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Android] Boost修改依赖方式,使用compileOnly方式。解决打包时,递归依赖出现版本号冲突问题。
- 对support库v4、appcompat、design - fastjson
parent
64193c5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
android/build.gradle
android/build.gradle
+4
-4
example/android/app/build.gradle
example/android/app/build.gradle
+3
-0
No files found.
android/build.gradle
View file @
25c78d72
...
...
@@ -35,11 +35,11 @@ android {
}
dependencies
{
implementation
'com.android.support:appcompat-v7:28.0.0'
implementation
'com.android.support:design:28.0.0'
implementation
'com.android.support:support-v4:28.0.0'
compileOnly
'com.android.support:appcompat-v7:28.0.0'
compileOnly
'com.android.support:design:28.0.0'
compileOnly
'com.android.support:support-v4:28.0.0'
implementation
'android.arch.lifecycle:common-java8:1.1.1'
implementation
'com.alibaba:fastjson:1.2.41'
compileOnly
'com.alibaba:fastjson:1.2.41'
}
...
...
example/android/app/build.gradle
View file @
25c78d72
...
...
@@ -59,5 +59,8 @@ dependencies {
androidTestImplementation
'com.android.support.test:runner:1.0.2'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.2'
implementation
'com.android.support:appcompat-v7:28.0.0'
implementation
'com.android.support:design:28.0.0'
implementation
'com.android.support:support-v4:28.0.0'
implementation
'com.alibaba:fastjson:1.2.41'
}
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