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

@@ -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/\""