chore: update deployment targets and module configurations for multiple apps
- Added deployment target selections for auplayx and test run configurations - Registered 15 new modules in gradle.xml: 2UOB, 88Malaysia, AU99live, Joker9au, aipokies, aud2u26, gem9bet, jkpokies, jl8au, luxegaming, mk99pgk, myklbet, neftsoft, nova9sg, pgk76 - Updated 2U8OB module: changed output name from "xofun88" to "2U8OB" and app name to "2uob" - Updated 2UOB module: changed application ID, colors, user ID (274→212
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
id 'com.google.gms.google-services'
|
||||
}
|
||||
|
||||
def appOutPutName = "xofun88"
|
||||
def appOutPutName = "2UOB"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -15,22 +15,22 @@ android {
|
||||
versionName rootProject.ext.versionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
applicationId "com.xizhcozzc.xoxau"
|
||||
applicationId "com.ahsidahsd.U8OB"
|
||||
|
||||
//app大背景色
|
||||
resValue('color', 'windows_color', '#1A1A1A')
|
||||
resValue('color', 'windows_color', '#191A1C')
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#1A1A1A')
|
||||
resValue('color', 'style_color', '#52027F')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'XOFUN88')
|
||||
resValue('string', 'app_name', '2UOB')
|
||||
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
|
||||
buildConfigField "int", "USERID", "274"
|
||||
buildConfigField "int", "USERID", "212"
|
||||
buildConfigField "boolean", "IS_WHITE", "false"
|
||||
buildConfigField "boolean", "IS_ROUND", "true"
|
||||
buildConfigField "int", "ROUND_RADIUS", "10"
|
||||
buildConfigField "boolean", "HAS_CONTACT", "false"
|
||||
buildConfigField "boolean", "HAS_CONTACT", "true"
|
||||
buildConfigField "boolean", "HAS_HOOK", "false"
|
||||
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "531093842148",
|
||||
"project_id": "xoxau-73987",
|
||||
"storage_bucket": "xoxau-73987.firebasestorage.app"
|
||||
"project_number": "3775557901",
|
||||
"project_id": "u8ob-3c8e1",
|
||||
"storage_bucket": "u8ob-3c8e1.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:531093842148:android:900f21468e3a0b3cd0a4f1",
|
||||
"mobilesdk_app_id": "1:3775557901:android:6a8bd28e46929e8628c044",
|
||||
"android_client_info": {
|
||||
"package_name": "com.xizhcozzc.xoxau"
|
||||
"package_name": "com.ahsidahsd.U8OB"
|
||||
}
|
||||
},
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyC-hKTovaVgvbDbnwcHt-IOvXU2goYVjrk"
|
||||
"current_key": "AIzaSyCXGMxtY5hgVSV72PXjXfyIjNYV-y7r8OU"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
|
||||
Reference in New Issue
Block a user