- 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
17 lines
518 B
Groovy
17 lines
518 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
id 'com.google.gms.google-services' version '4.3.15' apply false
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
alias(libs.plugins.plugin.compose) apply false
|
|
|
|
}
|
|
|
|
ext {
|
|
outputPath = "${project.rootDir}/apks"
|
|
versionCode = 128
|
|
versionName = "v1.2.8"
|
|
namespace = "com.webclip.base"
|
|
JAVA_VERSION = JavaVersion.VERSION_17
|
|
} |