Browse Source

Pull request #14654: REPORT-131109 更换cbb依赖

Merge in DESIGN/design from ~HUIJIE/design:fbp/release to fbp/release

* commit '5af83f1d31ce120ae28a44a61aeb8f02f4a79c83':
  REPORT-131109 更换cbb依赖
fbp/release
Huijie-张慧杰 3 months ago committed by Bryant-赵东升
parent
commit
dd6aaf731b
  1. 3
      build.gradle

3
build.gradle

@ -75,7 +75,8 @@ allprojects {
implementation 'com.fr.portal:fine-portal-api:' + apiVersion
// cbb
implementation 'com.fr.essential:fine-essential:' + cbbVersion
implementation 'com.fr.cbb:fine-universal-skeleton:' + cbbVersion
implementation 'com.fr.cbb:fine-cbb-common:' + cbbVersion
implementation 'com.fr.cbb:fine-cbb-extend:' + cbbVersion
// plugin
implementation 'com.fr.plugin:fine-plugin-api:' + apiVersion
implementation 'com.fr.plugin:fine-plugin:' + apiVersion

Loading…
Cancel
Save