Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
ShenghuoquanBusiness
Commits
913259e2
Commit
913259e2
authored
Aug 12, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 架构组应用升级SDK修改为私有依赖
parent
7d2a3bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
config.gradle
config/config.gradle
+5
-2
No files found.
config/config.gradle
View file @
913259e2
...
...
@@ -42,8 +42,6 @@ ext.dependencies = [
'com.yidian.android:nightmode:0.0.88'
,
// 风控SDK
'com.yidian.ftcomponents:ftdevicefinger:0.0.14'
,
// 应用升级SDK
'com.yidian.pmcomponents:appupdate:0.0.8'
,
// http框架
'com.yidian.framework.mobile:ydhttp:1.1.3-SNAPSHOT'
,
'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT'
,
...
...
@@ -86,6 +84,11 @@ ext.dependencies = [
],
// 私有依赖 B端自己使用的依赖(不输出给C端)只在B端使用的组件以implementation依赖 需要输出给C端的组件以compileOnly依赖
privateImplementation
:
[
// 一点内部SDK
// 应用升级SDK
'com.yidian.pmcomponents:appupdate:0.0.8'
,
// 第三方SDK
// 友盟基础组件(必选)
'com.umeng.umsdk:common:9.4.0'
,
'com.umeng.umsdk:asms:1.4.0'
,
...
...
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