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 = "AU99live"
|
||||
def appOutPutName = "myklbet"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -15,18 +15,18 @@ android {
|
||||
versionName rootProject.ext.versionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
applicationId "com.jahdis.AU99live"
|
||||
applicationId "com.sahdiad.myklbet"
|
||||
|
||||
//app大背景色
|
||||
resValue('color', 'windows_color', '#FAFAFA')
|
||||
resValue('color', 'windows_color', '#060604')
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#FAFAFA')
|
||||
resValue('color', 'style_color', '#060604')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'AU99live')
|
||||
resValue('string', 'app_name', 'MYKLBET')
|
||||
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
|
||||
buildConfigField "int", "USERID", "295"
|
||||
buildConfigField "int", "USERID", "296"
|
||||
buildConfigField "boolean", "IS_WHITE", "false"
|
||||
buildConfigField "boolean", "IS_ROUND", "true"
|
||||
buildConfigField "int", "ROUND_RADIUS", "10"
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "893160645668",
|
||||
"project_id": "au99live-50abc",
|
||||
"storage_bucket": "au99live-50abc.firebasestorage.app"
|
||||
"project_number": "895155338797",
|
||||
"project_id": "myklbet",
|
||||
"storage_bucket": "myklbet.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:893160645668:android:839d34262c831b7005e4b1",
|
||||
"mobilesdk_app_id": "1:895155338797:android:ba6ed5ef6058077d5a02a4",
|
||||
"android_client_info": {
|
||||
"package_name": "com.jahdis.AU99live"
|
||||
"package_name": "com.sahdiad.myklbet"
|
||||
}
|
||||
},
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyCXwb3KK3Gd_lg1X6vu1_S0acT-yWtiyaQ"
|
||||
"current_key": "AIzaSyD8t4c-G4-n2iUr1koDTLDe4Ue0GVdGciY"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
|
||||
Reference in New Issue
Block a user