version:2.1.0
update: fix:浏览器黑白名单会导致浏览器设置主页自由访问 add:
This commit is contained in:
@@ -78,8 +78,8 @@ android {
|
||||
// //老平台正式
|
||||
// official {
|
||||
// flavorDimensions "default"
|
||||
// versionCode 1038
|
||||
// versionName "2.0.3.8"
|
||||
// versionCode 1039
|
||||
// versionName "2.0.3.9"
|
||||
// /*********************************极光推送************************************/
|
||||
// manifestPlaceholders = [
|
||||
// JPUSH_PKGNAME: "com.jiaoguanyi.appstore",
|
||||
@@ -229,7 +229,7 @@ android {
|
||||
variant.outputs.each { output ->
|
||||
def outputFile = ""
|
||||
if (outputFile != null) {
|
||||
def fileName = "${appName()}-${variant.versionCode}-V${variant.versionName}-${releaseTime()}-${buildType.name}.apk"
|
||||
def fileName = "${appName()}-${variant.versionCode}-V${variant.versionName}-${releaseTime()}-${productFlavors[0].name}-${buildType.name}.apk"
|
||||
output.outputFileName = fileName
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user