浏览代码

升级版本号

master
YunLei 2 年前
父节点
当前提交
f1dee05c63
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      app/build.gradle

+ 3
- 3
app/build.gradle 查看文件

@@ -19,8 +19,8 @@ android {
// minSdkVersion 26
minSdkVersion 21
targetSdkVersion 25
versionCode 20109
versionName "2.1.9"
versionCode 30000
versionName "3.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

ndk {
@@ -115,7 +115,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all { output ->
def fileName
fileName = "Yzx_${variant.versionName}.apk"
fileName = "Yzx_ebrand_${variant.versionName}.apk"
output.outputFileName = fileName
}
}


正在加载...
取消
保存