添加谢总环境
This commit is contained in:
parent
9f365a82c0
commit
f2f28a212b
@ -36,7 +36,13 @@ android {
|
||||
keyAlias = 'starlock'
|
||||
keyPassword '123456'
|
||||
}
|
||||
// 下面的pre、sky、xhj 都是自定义变量,自身不起任何作用,而是看哪里引用了它们
|
||||
// 下面的xie、pre、sky、xhj 都是自定义变量,自身不起任何作用,而是看哪里引用了它们
|
||||
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
|
||||
|
||||
BIN
star_lock/android/app/src/xie/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
star_lock/android/app/src/xie/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
BIN
star_lock/android/app/src/xie/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
star_lock/android/app/src/xie/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
star_lock/android/app/src/xie/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
star_lock/android/app/src/xie/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
BIN
star_lock/android/app/src/xie/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
star_lock/android/app/src/xie/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
BIN
star_lock/android/app/src/xie/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
star_lock/android/app/src/xie/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user