feat: 添加 bng33 模块的配置和资源,包括更新应用名称和版本信息
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
id 'com.google.gms.google-services'
|
||||
}
|
||||
|
||||
def appOutPutName = "sg98live"
|
||||
def appOutPutName = "sg99live"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -22,7 +22,7 @@ android {
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#FAFAFA')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'SG98LIVE')
|
||||
resValue('string', 'app_name', 'SG99LIVE')
|
||||
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
|
||||
|
||||
Reference in New Issue
Block a user