version:1.2.9
update: fix:屏蔽清除桌面缓存,增加首页显示自定义版本号 add:
This commit is contained in:
@@ -50,8 +50,8 @@ android {
|
||||
productFlavors {
|
||||
official {
|
||||
flavorDimensions "default"
|
||||
versionCode 1036
|
||||
versionName "2.0.3.6"
|
||||
versionCode 1037
|
||||
versionName "2.0.3.7"
|
||||
/*********************************极光推送************************************/
|
||||
manifestPlaceholders = [
|
||||
JPUSH_PKGNAME: "com.jiaoguanyi.appstore",
|
||||
@@ -182,7 +182,6 @@ android {
|
||||
if (outputFile != null) {
|
||||
def fileName = "${appName()}-${variant.versionCode}-V${variant.versionName}-${releaseTime()}-${productFlavors[0].name}-${buildType.name}.apk"
|
||||
output.outputFileName = fileName
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -234,7 +233,7 @@ dependencies {
|
||||
|
||||
preBuild {
|
||||
doLast {
|
||||
def imlFile = file( project.name + ".iml")
|
||||
def imlFile = file(project.name + ".iml")
|
||||
println 'Change ' + project.name + '.iml order'
|
||||
try {
|
||||
def parsedXml = (new XmlParser()).parse(imlFile)
|
||||
|
||||
Reference in New Issue
Block a user