所有项目统一版本管理

This commit is contained in:
xuhuixiang
2025-03-18 15:25:15 +08:00
parent a2d31a94fd
commit af9263d734
10 changed files with 124 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all {
def appName = "dn99"
def appName = "agn888new"
def outputDir = new File(rootProject.ext.outputPath)
// 创建输出目录
outputDir.mkdirs()