diff --git a/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml b/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml index ea8a08546f..25732e03b3 100644 --- a/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml +++ b/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml @@ -323,7 +323,7 @@ android:id="@+id/view_split" android:layout_marginTop="@dimen/dp_30" app:layout_constraintTop_toTopOf="@+id/aciv_speed_time_bg" - app:layout_constraintBottom_toBottomOf="@+id/turn_light_view" + app:layout_constraintBottom_toBottomOf="@+id/auto_tv" app:layout_constraintStart_toStartOf="@+id/aciv_speed_time_bg" app:layout_constraintEnd_toEndOf="@+id/aciv_speed_time_bg" android:background="@color/shuttle_color_6617417B" diff --git a/gradle.properties b/gradle.properties index afacfe1894..c489469189 100644 --- a/gradle.properties +++ b/gradle.properties @@ -93,8 +93,8 @@ WEBSOCKET_VERSION=1.1.7 applicationId=com.mogo.launcer applicationName=IntelligentPilot # RoboBus司机端:2.5.1;RoboTaxi司机端:2.5.1;RoboTaxi乘客端:1.0.0 -versionCode=3010000 -versionName=3.1.0 +versionCode=2010000 +versionName=2.1.0 ################# 新架构模块Maven版本管理 ################# MOGO_CORE_FUNCTION_HMI_VERSION=0.0.58.10