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 = "Cosmojack"
|
||||
def appOutPutName = "test"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -15,18 +15,18 @@ android {
|
||||
versionName rootProject.ext.versionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
applicationId "com.exam.Cosmojack"
|
||||
applicationId "com.askhdiasdha.test"
|
||||
|
||||
//app大背景色
|
||||
resValue('color', 'windows_color', '#030904')
|
||||
resValue('color', 'windows_color', '#060A21')
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#000000')
|
||||
resValue('color', 'style_color', '#060A21')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'Cosmojack')
|
||||
resValue('string', 'app_name', 'TEST')
|
||||
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://cosmojack.app/\""
|
||||
buildConfigField "int", "USERID", "261"
|
||||
buildConfigField "int", "USERID", "284"
|
||||
buildConfigField "boolean", "IS_WHITE", "false"
|
||||
buildConfigField "boolean", "IS_ROUND", "true"
|
||||
buildConfigField "int", "ROUND_RADIUS", "10"
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "746926916870",
|
||||
"project_id": "cosmojack-6d9b6",
|
||||
"storage_bucket": "cosmojack-6d9b6.firebasestorage.app"
|
||||
"project_number": "809148026020",
|
||||
"project_id": "test-7a388",
|
||||
"storage_bucket": "test-7a388.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:746926916870:android:14e75755e31bd97f498a87",
|
||||
"mobilesdk_app_id": "1:809148026020:android:18ddfd4de6292674ccaa31",
|
||||
"android_client_info": {
|
||||
"package_name": "com.exam.Cosmojack"
|
||||
"package_name": "com.askhdiasdha.test"
|
||||
}
|
||||
},
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyCP1IuEriDO_2IuEEGyGcDy-RBIeJOK-BE"
|
||||
"current_key": "AIzaSyCE0Cg2QEzdNv-txJtXoBp8pXZ3E5A_iD8"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
|
||||
Reference in New Issue
Block a user