This commit is contained in:
18401019693 2024-01-23 17:50:31 +08:00
parent a920b61bc4
commit dfca615735
2 changed files with 5 additions and 4 deletions

View File

@ -53,6 +53,7 @@
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:ellipsize="end" android:ellipsize="end"
android:singleLine="true" android:singleLine="true"
android:textStyle="bold"
android:text="@string/interactive_game_create_room_name" android:text="@string/interactive_game_create_room_name"
android:textColor="#000" android:textColor="#000"
android:textSize="14sp" /> android:textSize="14sp" />

View File

@ -4,14 +4,14 @@ ext {
buildToolsVersion: "29.0.2", buildToolsVersion: "29.0.2",
minSdkVersion : 21, minSdkVersion : 21,
targetSdkVersion : 33, targetSdkVersion : 33,
versionCode : 462, versionCode : 463,
versionName : "6.6.4" versionName : "6.6.5"
] ]
manifestPlaceholders = [ manifestPlaceholders = [
// //
serverHost : "https://napi.yaoulive.com", // serverHost : "https://napi.yaoulive.com",
// //
// serverHost : " https://ceshi.yaoulive.com", serverHost : " https://ceshi.yaoulive.com",
// //