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
23e7eeac
Commit
23e7eeac
authored
Aug 03, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add BCommon、BGeneralBusiness maven发布配置
update 远程公共依赖由BCommon组件传递
parent
75dddeea
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
21 deletions
+25
-21
build.gradle
CommonLib/BCommon/build.gradle
+7
-7
build.gradle
Components/BDemo/build.gradle
+1
-1
build.gradle
Components/BGeneralBusiness/build.gradle
+4
-1
build.gradle
Components/BGoods/build.gradle
+1
-1
build.gradle
Components/BManagerCenter/build.gradle
+1
-4
build.gradle
Components/BMediator/build.gradle
+1
-1
build.gradle
Components/BOrder/build.gradle
+1
-1
build.gradle
Components/BRoot/build.gradle
+1
-1
build.gradle
Components/BSetting/build.gradle
+1
-1
build.gradle
Components/BXBridBusiness/build.gradle
+1
-1
build.gradle
app/build.gradle
+1
-1
config.gradle
config/config.gradle
+5
-1
No files found.
CommonLib/BCommon/build.gradle
View file @
23e7eeac
...
...
@@ -5,6 +5,9 @@ plugins {
id
'kotlin-parcelize'
}
rootProject
.
ext
.
artifact_id
=
'common'
apply
from:
'../../publish.gradle'
android
{
compileSdkVersion
build_versions
.
compileSdkVersion
publishNonDefault
true
...
...
@@ -58,19 +61,16 @@ dependencies {
implementation
"org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// kotlin实现MVVM框架之使用DataBinding之unresolved reference: BR解决办法
kapt
"com.android.databinding:compiler:4.0.1"
implementation
rootProject
.
ext
.
dependencies
.
publicImplementation
kapt
'com.github.bumptech.glide:compiler:4.12.0'
api
rootProject
.
ext
.
dependencies
.
publicImplementation
implementation
rootProject
.
ext
.
dependencies
.
privateImplementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
api
deps
.
yac
.
core
api
deps
.
xarc
.
xbrid
api
"com.yidian.xarc:xevent:0.0.3"
api
"com.yidian.xpage:xpagenative:0.0.1"
implementation
(
'com.yidian.android:CommonComponent:0.0.88'
)
{
api
(
'com.yidian.android:CommonComponent:0.0.88'
)
{
exclude
(
group:
'com.yidian.android'
,
module:
'NetworkImageLib'
)
}
api
'com.github.bumptech.glide:glide:4.11.0'
kapt
'com.github.bumptech.glide:compiler:4.11.0'
}
\ No newline at end of file
Components/BDemo/build.gradle
View file @
23e7eeac
...
...
@@ -60,7 +60,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
\ No newline at end of file
Components/BGeneralBusiness/build.gradle
View file @
23e7eeac
...
...
@@ -8,6 +8,9 @@ apply plugin: 'kotlin-android'
apply
plugin:
'kotlin-kapt'
apply
plugin:
'kotlin-parcelize'
rootProject
.
ext
.
artifact_id
=
'generalBusiness'
apply
from:
'../../publish.gradle'
android
{
compileSdkVersion
build_versions
.
compileSdkVersion
...
...
@@ -60,7 +63,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
...
...
Components/BGoods/build.gradle
View file @
23e7eeac
...
...
@@ -63,7 +63,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
\ No newline at end of file
Components/BManagerCenter/build.gradle
View file @
23e7eeac
...
...
@@ -74,10 +74,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
implementation
(
'com.yidian.android:CommonComponent:0.0.88'
)
{
exclude
(
group:
'com.yidian.android'
,
module:
'NetworkImageLib'
)
}
}
\ No newline at end of file
Components/BMediator/build.gradle
View file @
23e7eeac
...
...
@@ -60,7 +60,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
\ No newline at end of file
Components/BOrder/build.gradle
View file @
23e7eeac
...
...
@@ -63,7 +63,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
...
...
Components/BRoot/build.gradle
View file @
23e7eeac
...
...
@@ -61,7 +61,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
\ No newline at end of file
Components/BSetting/build.gradle
View file @
23e7eeac
...
...
@@ -61,7 +61,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
\ No newline at end of file
Components/BXBridBusiness/build.gradle
View file @
23e7eeac
...
...
@@ -60,7 +60,7 @@ dependencies {
rootProject
.
ext
.
dependencies
.
other
.
each
{
implementation
project
(
it
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
\ No newline at end of file
app/build.gradle
View file @
23e7eeac
...
...
@@ -139,7 +139,7 @@ dependencies {
implementation
project
(
":Components:BOrder"
)
implementation
project
(
":Components:BMediator"
)
}
implementation
rootProject
.
ext
.
dependencies
.
p
ublic
Implementation
implementation
rootProject
.
ext
.
dependencies
.
p
rivate
Implementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
}
\ No newline at end of file
config/config.gradle
View file @
23e7eeac
...
...
@@ -100,7 +100,11 @@ ext.dependencies = [
'io.github.lucksiege:pictureselector:v2.7.3-rc05'
,
// Compressor https://github.com/zetbaitsu/Compressor
'id.zelory:compressor:3.0.1'
,
// Glide https://github.com/bumptech/glide
'com.github.bumptech.glide:glide:4.12.0'
,
],
// 私有依赖
privateImplementation
:
[
// (Ping++ 标准版 SDK) 必须添加
'com.pingxx:pingpp-android:2.3.5'
,
// 使用微信支付时添加,具体版本参考微信官方文档
...
...
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