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 @@
|
||||
id 'com.google.gms.google-services'
|
||||
}
|
||||
|
||||
def appOutPutName = "auplayxdgkldfgldffdg"
|
||||
def appOutPutName = "goodpokies"
|
||||
|
||||
android {
|
||||
namespace rootProject.ext.namespace
|
||||
@@ -18,11 +18,11 @@ android {
|
||||
//包名
|
||||
applicationId "com.xyz.auplayx"
|
||||
//app大背景色
|
||||
resValue('color', 'windows_color', '#2a5434')
|
||||
resValue('color', 'windows_color', '#F5EEFF')
|
||||
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
|
||||
resValue('color', 'style_color', '#2b5535')
|
||||
resValue('color', 'style_color', '#451665')
|
||||
//app 名字
|
||||
resValue('string', 'app_name', 'AUPLAYX')
|
||||
resValue('string', 'app_name', 'GOODPOKIES')
|
||||
//预埋订阅网址
|
||||
buildConfigField "String", "BASE_URL", "\"https://auplayx.com/\""
|
||||
//后台唯一ID
|
||||
|
||||
Reference in New Issue
Block a user