- 更新版本号至 v1.3.7 - 修改多个模块的 build.gradle 文件,更新应用 ID 和资源配置 - 新增 we1win、afb77au、bb8au、be9au、gg66au、sg99live、u8888aud、uu3au 模块的基础配置 - 删除 xoxoau8 模块及其相关文件 - 更新 Firebase 配置文件以匹配新的项目设置
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 = 137
|
|
versionName = "v1.3.7"
|
|
namespace = "com.webclip.base"
|
|
JAVA_VERSION = JavaVersion.VERSION_17
|
|
} |