other: xhj google上架避免更换包名和签名,防止关联。
This commit is contained in:
parent
f0a5d142ad
commit
e9921f1180
@ -78,6 +78,13 @@ android {
|
|||||||
keyAlias = 'upload'
|
keyAlias = 'upload'
|
||||||
keyPassword 'xhj8872'
|
keyPassword 'xhj8872'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xhj_bundle {
|
||||||
|
storeFile file("xhj_bundle.jks")
|
||||||
|
storePassword 'xhj8872'
|
||||||
|
keyAlias = 'xhj'
|
||||||
|
keyPassword 'xhj8872'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----- BEGIN flavorDimensions (autogenerated by flutter_flavorizr) -----
|
// ----- BEGIN flavorDimensions (autogenerated by flutter_flavorizr) -----
|
||||||
@ -135,6 +142,16 @@ android {
|
|||||||
manifestPlaceholders.JPUSH_PKGNAME = "com.xhjcn.lock"
|
manifestPlaceholders.JPUSH_PKGNAME = "com.xhjcn.lock"
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules-xhj.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules-xhj.pro'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xhj_bundle {
|
||||||
|
dimension "flavor-type"
|
||||||
|
applicationId "ltd.xhjcn.lock"
|
||||||
|
signingConfig signingConfigs.xhj_bundle
|
||||||
|
resValue "string", "app_name", "Star Lock"
|
||||||
|
manifestPlaceholders.JPUSH_PKGNAME = "ltd.xhjcn.lock"
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules-xhj.pro'
|
||||||
|
}
|
||||||
|
|
||||||
xhj_pre {
|
xhj_pre {
|
||||||
dimension "flavor-type"
|
dimension "flavor-type"
|
||||||
applicationId "com.xhjcn.lock.pre"
|
applicationId "com.xhjcn.lock.pre"
|
||||||
|
|||||||
BIN
android/app/xhj_bundle.jks
Normal file
BIN
android/app/xhj_bundle.jks
Normal file
Binary file not shown.
@ -18,7 +18,7 @@ elif [[ $ENV_BUILD_TAG =~ $regex ]]; then
|
|||||||
echo "===build release===$ENV_BUILD_TAG"
|
echo "===build release===$ENV_BUILD_TAG"
|
||||||
bundle exec fastlane release_apk flavor:xhj --verbose
|
bundle exec fastlane release_apk flavor:xhj --verbose
|
||||||
bundle exec fastlane release_apk flavor:sky --verbose
|
bundle exec fastlane release_apk flavor:sky --verbose
|
||||||
bundle exec fastlane release_bundle flavor:xhj --verbose
|
bundle exec fastlane release_bundle flavor:xhj_bundle --verbose
|
||||||
bundle exec fastlane release_bundle flavor:sky --verbose
|
bundle exec fastlane release_bundle flavor:sky --verbose
|
||||||
elif [[ "${ENV_BUILD_BRANCH}" == "develop" ]]; then
|
elif [[ "${ENV_BUILD_BRANCH}" == "develop" ]]; then
|
||||||
echo "===build dev===${NEXT_VERSION}"
|
echo "===build dev===${NEXT_VERSION}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user