chore: update version to v1.3.9 and modify app names for bb8au and xoxau modules

This commit is contained in:
2026-05-18 09:54:53 +08:00
parent 8ef20361fd
commit 066e3f9109
8 changed files with 27 additions and 6 deletions

View File

@@ -214,6 +214,13 @@
</SelectionState>
<SelectionState runConfigName="xoxau">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2026-03-31T01:28:57.909708Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="PhysicalDevice" identifier="serial=huovhmt4ay6p6xby" />
</handle>
</Target>
</DropdownSelection>
<DialogSelection />
</SelectionState>
<SelectionState runConfigName="1xace">
@@ -246,6 +253,13 @@
</SelectionState>
<SelectionState runConfigName="bb8au">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2026-03-31T01:28:57.909708Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="PhysicalDevice" identifier="serial=huovhmt4ay6p6xby" />
</handle>
</Target>
</DropdownSelection>
<DialogSelection />
</SelectionState>
<SelectionState runConfigName="be9au">
@@ -266,6 +280,13 @@
</SelectionState>
<SelectionState runConfigName="sg99live">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2026-03-31T01:28:57.909708Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="PhysicalDevice" identifier="serial=huovhmt4ay6p6xby" />
</handle>
</Target>
</DropdownSelection>
<DialogSelection />
</SelectionState>
<SelectionState runConfigName="pokiesplay">

BIN
apks/bb5au.apk Normal file

Binary file not shown.

Binary file not shown.

BIN
apks/xofun88.apk Normal file

Binary file not shown.

View File

@@ -3,7 +3,7 @@ plugins {
id 'com.google.gms.google-services'
}
def appOutPutName = "bb8au"
def appOutPutName = "bb5au"
android {
namespace rootProject.ext.namespace
@@ -22,7 +22,7 @@ android {
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
resValue('color', 'style_color', '#000000')
//app 名字
resValue('string', 'app_name', 'BB8AU')
resValue('string', 'app_name', 'BB5AU')
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""

View File

@@ -10,8 +10,8 @@ plugins {
ext {
outputPath = "${project.rootDir}/apks"
versionCode = 138
versionName = "v1.3.8"
versionCode = 139
versionName = "v1.3.9"
namespace = "com.webclip.base"
JAVA_VERSION = JavaVersion.VERSION_17
}

View File

@@ -3,7 +3,7 @@ plugins {
id 'com.google.gms.google-services'
}
def appOutPutName = "xomau"
def appOutPutName = "xofun88"
android {
namespace rootProject.ext.namespace
@@ -22,7 +22,7 @@ android {
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
resValue('color', 'style_color', '#1A1A1A')
//app 名字
resValue('string', 'app_name', 'XoXau')
resValue('string', 'app_name', 'XOFUN88')
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 73 KiB