Files
MoGoAiCloudSdk/settings.gradle
donghongyu 79e55126d3 「Countly」
1、调通公司服务器部署的节点;
2、调通上传maven
2024-11-01 12:30:38 +08:00

27 lines
897 B
Groovy
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
include ':foudations:mogo-location'
include ':foudations:mogo-live'
include ':foudations:mogo-socket'
include ':foudations:mogo-network'
include ':foudations:mogo-passport'
include ':foudations:mogo-v2x'
include ':modules:mogo-trafficlive'
include ':modules:mogo-realtime'
include ':modules:mogo-tanlu'
include ':libraries:mogo-telematic'
include ':libraries:mogo-skin'
include ':app'
rootProject.name = "MoGoAiCloudSdk"
// 基于开源的崩溃统计平台 countly 做的定制化开发因为gradle、kotlin的版本限制无法在其原始项目开发所以放在这个项目维护方便统一依赖信息
include ':libraries:countly:sdk'
include ':libraries:countly:sdk-native'
include ':libraries:countly:app'
include ':libraries:countly:app-benchmark'
include ':libraries:countly:app-kotlin'
include ':libraries:countly:app-native'
include ':libraries:countly:upload-plugin'