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 = "bng33"
|
||||
def appOutPutName = "nova9sg"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -15,18 +15,18 @@ android {
|
||||
versionName rootProject.ext.versionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
applicationId "com.shduada.bng33"
|
||||
applicationId "com.xyz.nosg"
|
||||
|
||||
//app大背景色
|
||||
resValue('color', 'windows_color', '#131313')
|
||||
resValue('color', 'windows_color', '#0B0B0B')
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#131313')
|
||||
resValue('color', 'style_color', '#0B0B0B')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'BNG33')
|
||||
resValue('string', 'app_name', 'NOVA9SG')
|
||||
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
|
||||
buildConfigField "int", "USERID", "282"
|
||||
buildConfigField "int", "USERID", "220"
|
||||
buildConfigField "boolean", "IS_WHITE", "false"
|
||||
buildConfigField "boolean", "IS_ROUND", "true"
|
||||
buildConfigField "int", "ROUND_RADIUS", "10"
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "777714221059",
|
||||
"project_id": "bng33-668fd",
|
||||
"storage_bucket": "bng33-668fd.firebasestorage.app"
|
||||
"project_number": "875434561984",
|
||||
"project_id": "nosgs-409e1",
|
||||
"storage_bucket": "nosgs-409e1.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:777714221059:android:0b49e7935fc957cebb0e36",
|
||||
"mobilesdk_app_id": "1:875434561984:android:16d19d5deb1698498d3825",
|
||||
"android_client_info": {
|
||||
"package_name": "com.shduada.bng33"
|
||||
"package_name": "com.xyz.nosg"
|
||||
}
|
||||
},
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyCJr9MEOEQMbKXHKh9bBu9fTTjp8erkLEY"
|
||||
"current_key": "AIzaSyBBj2dO5LjuhhKPQAQ1RMJl5AF9Cr94oJo"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
|
||||
Reference in New Issue
Block a user