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
7b507236
Commit
7b507236
authored
Jun 22, 2021
by
taoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify gradle
parent
850be005
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
4 deletions
+17
-4
build.gradle
CommonLib/Common/build.gradle
+6
-0
HttpParamsUtils.kt
...n/src/main/java/com/yidian/common/http/HttpParamsUtils.kt
+1
-1
build.gradle
Components/newscontent/build.gradle
+5
-0
NewsContentApplication.kt
...an/shenghuoquan/newscontent/app/NewsContentApplication.kt
+0
-2
config.gradle
config/config.gradle
+5
-1
No files found.
CommonLib/Common/build.gradle
View file @
7b507236
...
...
@@ -81,4 +81,10 @@ dependencies {
//https://github.com/CymChad/BaseRecyclerViewAdapterHelper
api
"com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4"
implementation
(
'com.yidian.android:CommonComponent:0.0.88'
){
exclude
(
group:
'com.yidian.android'
,
module:
'NetworkImageLib'
)
}
implementation
'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.11.0'
}
\ No newline at end of file
CommonLib/Common/src/main/java/com/yidian/common/http/HttpParamsUtils.kt
View file @
7b507236
...
...
@@ -101,4 +101,4 @@ class HttpParamsUtils{
return
SecretUtil
.
sign
(
sb
.
toString
())
}
}
}
\ No newline at end of file
}
Components/newscontent/build.gradle
View file @
7b507236
...
...
@@ -79,4 +79,9 @@ dependencies {
implementation
(
name:
'meglive_still'
,
ext:
'aar'
)
implementation
project
(
':idcard_quality'
)
implementation
files
(
'libs/ks3-androidsdk-1.4.9.jar'
)
implementation
(
'com.yidian.android:CommonComponent:0.0.88'
){
exclude
(
group:
'com.yidian.android'
,
module:
'NetworkImageLib'
)
}
implementation
'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.11.0'
}
\ No newline at end of file
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/app/NewsContentApplication.kt
View file @
7b507236
...
...
@@ -32,7 +32,6 @@ import com.yidian.common.XRouterPathConstants.Companion.PROTOCOL
import
com.yidian.common.XRouterPathConstants.Companion.SUPPORT
import
com.yidian.common.XRouterPathConstants.Companion.SYSTEM_SETTING
import
com.yidian.common.YdBaseApplication
import
com.yidian.news.YdImageLoader
import
com.yidian.news.util.ProcessUtil
import
com.yidian.nightmode.util.NightModeUtil
import
com.yidian.shenghuoquan.newscontent.personnel.ui.*
...
...
@@ -62,7 +61,6 @@ class NewsContentApplication : YdBaseApplication() {
initService
()
NightModeUtil
.
setContext
(
this
)
DensityUtil
.
init
(
this
)
YdImageLoader
.
init
(
this
)
}
}
...
...
config/config.gradle
View file @
7b507236
...
...
@@ -35,7 +35,11 @@ ext.dependencies = [
"androidx.recyclerview:recyclerview:1.1.0"
,
'de.hdodenhof:circleimageview:3.1.0'
,
'com.github.chrisbanes:PhotoView:2.3.0'
,
'com.yidian.android:CommonComponent:0.0.88'
,
// 'com.yidian.android:CommonComponent:0.0.88',
'com.yidian.android:CommonUtil:0.0.88'
,
'com.yidian.android:log-util:0.0.88'
,
'com.yidian.android:nightmode:0.0.88'
,
'com.yidian.xarc:xevent:0.0.3'
,
'com.google.zxing:core:3.4.0'
,
'id.zelory:compressor:3.0.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