升级v2x版本

This commit is contained in:
tongchenfei
2020-06-29 14:13:20 +08:00
parent f41f21483d
commit e54bf2c005
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ MOGO_MODULE_GUIDESHOW_PROVIDER_VERSION=1.0.2-SNAPSHOT
# 在线车辆F
MOGO_MODULE_ONLINECAR_VERSION=1.0.3.2
# v2x
MOGO_MODULE_V2X_VERSION=1.1.36-SNAPSHOT
MOGO_MODULE_V2X_VERSION=1.1.38-shunyi
# 推送
MOGO_MODULE_PUSH_VERSION=1.1.3
# 广告资源位

View File

@@ -33,7 +33,7 @@ object MockUtil {
intervalObs = Observable.interval(5000,TimeUnit.MILLISECONDS).map {
it.toString()
}.subscribeOn(Schedulers.io()).observeOn(AndroidSchedulers.mainThread()).subscribe {
val random = Random.nextInt(0, 4)
val random = Random.nextInt(0, 3)
Logger.d(TAG, "random====$random")
val carEventInfo = CarEventInfo()
when (random) {