Agn88 ttslot88 改包名 改签名
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user