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:
2026-06-23 11:30:23 +08:00
parent 87a92afa6c
commit 9debb67632
64 changed files with 319 additions and 205 deletions

View File

@@ -10,8 +10,8 @@ plugins {
ext {
outputPath = "${project.rootDir}/apks"
versionCode = 139
versionName = "v1.3.9"
versionCode = 128
versionName = "v1.2.8"
namespace = "com.webclip.base"
JAVA_VERSION = JavaVersion.VERSION_17
}