From d0b7b065b245d0da71c77d27023cc2431ac040f3 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Thu, 7 Dec 2023 18:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.gradle | 6 +++--- live/src/main/res/layout/item_live_parcel.xml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config.gradle b/config.gradle index cfcab1fdf..9cee3cf51 100644 --- a/config.gradle +++ b/config.gradle @@ -4,7 +4,7 @@ ext { buildToolsVersion: "29.0.2", minSdkVersion : 21, targetSdkVersion : 33, - versionCode : 458, + versionCode : 459, versionName : "6.6.3" ] manifestPlaceholders = [ @@ -21,10 +21,10 @@ ext { baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", // true表示谷歌支付 false 0 链接包 1 谷歌包 2华为包 - isGooglePlay : 0, + isGooglePlay : 1, //是否上报异常日志 isUploadLog : true, //是否打包成插件包模式 - isPluginModel : true, + isPluginModel : false, ] } diff --git a/live/src/main/res/layout/item_live_parcel.xml b/live/src/main/res/layout/item_live_parcel.xml index 9caae1385..84f13341f 100644 --- a/live/src/main/res/layout/item_live_parcel.xml +++ b/live/src/main/res/layout/item_live_parcel.xml @@ -63,8 +63,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="1dp" + android:singleLine="true" android:textColor="@color/white" - android:textSize="11sp" /> + android:textSize="9sp" />