feat: 新增多个模块的基础配置和资源文件
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
id 'com.google.gms.google-services'
|
||||
}
|
||||
|
||||
def appOutPutName = "live22"
|
||||
def appOutPutName = "XMETH98"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -15,22 +15,22 @@ android {
|
||||
versionName rootProject.ext.versionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
applicationId "com.daidn.live22"
|
||||
applicationId "com.xyz.xbox98"
|
||||
|
||||
//app大背景色
|
||||
resValue('color', 'windows_color', '#440F6F')
|
||||
resValue('color', 'windows_color', '#1A1A1A')
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#360B58')
|
||||
resValue('color', 'style_color', '#1A1A1A')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'LIVE22')
|
||||
resValue('string', 'app_name', 'XMETH98')
|
||||
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
|
||||
buildConfigField "int", "USERID", "262"
|
||||
buildConfigField "int", "USERID", "247"
|
||||
buildConfigField "boolean", "IS_WHITE", "false"
|
||||
buildConfigField "boolean", "IS_ROUND", "true"
|
||||
buildConfigField "int", "ROUND_RADIUS", "10"
|
||||
buildConfigField "boolean", "HAS_CONTACT", "true"
|
||||
buildConfigField "boolean", "HAS_CONTACT", "false"
|
||||
buildConfigField "boolean", "HAS_HOOK", "false"
|
||||
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "717557626585",
|
||||
"project_id": "live22-997e3",
|
||||
"storage_bucket": "live22-997e3.firebasestorage.app"
|
||||
"project_number": "89100355466",
|
||||
"project_id": "xbox98-331d1",
|
||||
"storage_bucket": "xbox98-331d1.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:717557626585:android:4bd86e3e5e825bb85f70c8",
|
||||
"mobilesdk_app_id": "1:89100355466:android:fa2bc56af31c610c9daa73",
|
||||
"android_client_info": {
|
||||
"package_name": "com.daidn.live22"
|
||||
"package_name": "com.xyz.xbox98"
|
||||
}
|
||||
},
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyBL6vtzuXlVfoSWiKHtk4p-TiLts0faqUQ"
|
||||
"current_key": "AIzaSyAP9sTgxquQBJ8D48yN_GVe2SKzOYykY7E"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
|
||||
Reference in New Issue
Block a user