Agn88 ttslot88 改包名 改签名

This commit is contained in:
xuhuixiang
2025-03-19 14:11:31 +08:00
parent 679b3b3ce3
commit 4cc76c45a4
24 changed files with 134 additions and 326 deletions

View File

@@ -9,7 +9,7 @@ android {
defaultConfig {
//101
applicationId "com.web.toto88new"
applicationId "com.web.tt88"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode
@@ -19,16 +19,16 @@ android {
signingConfigs {
debug {
storeFile file('toto.jks')
storePassword "android2025"
storeFile file('toto88.jks')
storePassword "dskj123456"
keyAlias 'key0'
keyPassword "android2025"
keyPassword "dskj123456"
}
release {
storeFile file('toto.jks')
storePassword "android2025"
storeFile file('toto88.jks')
storePassword "dskj123456"
keyAlias 'key0'
keyPassword "android2025"
keyPassword "dskj123456"
}
}
@@ -43,7 +43,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all {
def appName = "toto88new"
def appName = "toto88"
def outputDir = new File(rootProject.ext.outputPath)
// 创建输出目录
outputDir.mkdirs()