Files
MoGoAiCloudSdk/settings.gradle
donghongyu 55500cb376 「Countly」
1、引入countly源码,高度为09d7817a38074cae8a6c34f94c04356b29f6a80f,引入原因是因为gradle、kotlin版本太高了,无法直接使用。需要自己定制化
2024-10-29 19:09:53 +08:00

27 lines
855 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 ':modules:mogo-trafficlive'
include ':modules:mogo-realtime'
include ':modules:mogo-tanlu'
include ':libraries:mogo-telematic'
include ':libraries:mogo-skin'
include ':app'
rootProject.name = "MoGoAiCloudSdk"
include ':foudations:mogo-v2x'
// 基于开源的崩溃统计平台 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'