添加谢总环境

This commit is contained in:
葛佳祥 2024-03-22 15:53:51 +08:00
parent 9f365a82c0
commit f2f28a212b
6 changed files with 17 additions and 3 deletions

View File

@ -36,7 +36,13 @@ android {
keyAlias = 'starlock'
keyPassword '123456'
}
// preskyxhj
// xiepreskyxhj
xie {
storeFile file("starlock.keystore")
storePassword '123456'
keyAlias = 'starlock'
keyPassword '123456'
}
pre {
storeFile file("starlock.keystore")
storePassword '123456'
@ -57,10 +63,18 @@ android {
keyPassword 'xhj8872'
}
}
// ----- BEGIN flavorDimensions (autogenerated by flutter_flavorizr) -----
flavorDimensions "flavor-type"
productFlavors {
xie {
dimension "flavor-type"
applicationId "com.starlock.lock.xie"
signingConfig signingConfigs.pre
resValue "string", "app_name", "星锁-xie"
manifestPlaceholders.JPUSH_PKGNAME = "com.starlock.lock.xie"
}
dev {
dimension "flavor-type"
applicationId "com.starlock.lock.dev"
@ -93,8 +107,7 @@ android {
// ----- END flavorDimensions (autogenerated by flutter_flavorizr) -----
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
lintOptions{
@ -163,6 +176,7 @@ android {
//
minifyEnabled false
shrinkResources false
productFlavors.xie.signingConfig signingConfigs.pre
productFlavors.dev.signingConfig signingConfigs.pre
productFlavors.pre.signingConfig signingConfigs.pre
productFlavors.sky.signingConfig signingConfigs.sky

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB