fix bug of location Service per second of five

This commit is contained in:
zhongchao
2021-06-25 10:37:37 +08:00
parent 7cc03098e2
commit 67458386b7

View File

@@ -29,6 +29,9 @@ android {
dependencies {
implementation rootProject.ext.dependencies.mogoaicloudsocket
// 上报位置
implementation 'com.zhidao.locupload:loc-upload-sdk:1.1.7'
if (Boolean.valueOf(RELEASE)) {
implementation rootProject.ext.dependencies.mogoutils
implementation rootProject.ext.dependencies.mogocommons