修改 测试问题

This commit is contained in:
18401019693 2023-12-07 18:18:27 +08:00
parent 53e6cb5a70
commit d0b7b065b2
2 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ ext {
buildToolsVersion: "29.0.2", buildToolsVersion: "29.0.2",
minSdkVersion : 21, minSdkVersion : 21,
targetSdkVersion : 33, targetSdkVersion : 33,
versionCode : 458, versionCode : 459,
versionName : "6.6.3" versionName : "6.6.3"
] ]
manifestPlaceholders = [ manifestPlaceholders = [
@ -21,10 +21,10 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false 0 1 2 // true表示谷歌支付 false 0 1 2
isGooglePlay : 0, isGooglePlay : 1,
// //
isUploadLog : true, isUploadLog : true,
// //
isPluginModel : true, isPluginModel : false,
] ]
} }

View File

@ -63,8 +63,9 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="1dp" android:layout_marginTop="1dp"
android:singleLine="true"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="11sp" /> android:textSize="9sp" />
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"