修复空值问题
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
id 'com.google.gms.google-services'
|
||||
}
|
||||
|
||||
def appOutPutName = "mgmhotram"
|
||||
def appOutPutName = "MGMHOTRAM"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -18,15 +18,15 @@ android {
|
||||
applicationId "com.examp101.mgmhotram"
|
||||
|
||||
//app大背景色
|
||||
resValue('color', 'windows_color', '#060000')
|
||||
resValue('color', 'windows_color', '#080001')
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#060000')
|
||||
resValue('color', 'style_color', '#080001')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'mgmhotram')
|
||||
resValue('string', 'app_name', 'MGMHOTRAM')
|
||||
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
|
||||
buildConfigField "int", "USERID", "266"
|
||||
buildConfigField "String", "BASE_URL", "\"https://mgmhotram.org/\""
|
||||
buildConfigField "int", "USERID", "264"
|
||||
buildConfigField "boolean", "IS_WHITE", "false"
|
||||
buildConfigField "boolean", "IS_ROUND", "true"
|
||||
buildConfigField "int", "ROUND_RADIUS", "10"
|
||||
|
||||
Reference in New Issue
Block a user