diff --git a/app/src/main/res/layout/activity_live_play_and_push.xml b/app/src/main/res/layout/activity_live_play_and_push.xml index 2014222..b91d57d 100644 --- a/app/src/main/res/layout/activity_live_play_and_push.xml +++ b/app/src/main/res/layout/activity_live_play_and_push.xml @@ -107,7 +107,7 @@ android:layout_height="wrap_content" android:hint="请输入要查看的车机SN" android:text="F803EB2046PZD00188" - android:textColor="#FFFF" + android:textColor="#000" app:layout_constraintBottom_toTopOf="@+id/liveToggleBtn" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="@+id/surfacePlayView" /> diff --git a/gradle.properties b/gradle.properties index 211f4d3..c265fb2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,22 +36,22 @@ PASSWORD=xintai2018 RELEASE=true # AI CLOUD 云平台 # 工具类 -MOGO_UTILS_VERSION=1.1.55-live +MOGO_UTILS_VERSION=1.1.56-live # 网络请求 -MOGO_NETWORK_VERSION=1.1.55-live +MOGO_NETWORK_VERSION=1.1.56-live # 网络DNS -MOGO_HTTPDNS_VERSION=1.1.55-live +MOGO_HTTPDNS_VERSION=1.1.56-live # 鉴权 -MOGO_PASSPORT_VERSION=1.1.55-live +MOGO_PASSPORT_VERSION=1.1.56-live # 常链接 -MOGO_SOCKET_VERSION=1.1.55-live +MOGO_SOCKET_VERSION=1.1.56-live # 数据采集 -MOGO_REALTIME_VERSION=1.1.55-live +MOGO_REALTIME_VERSION=1.1.56-live # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.1.55-live +MOGO_TANLU_VERSION=1.1.56-live # 直播推流 -MOGO_LIVE_VERSION=1.1.55-live +MOGO_LIVE_VERSION=1.1.56-live # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.1.55-live +MOGO_TRAFFICLIVE_VERSION=1.1.56-live # 定位服务 -MOGO_LOCATION_VERSION=1.1.55-live +MOGO_LOCATION_VERSION=1.1.56-live