소스 검색

升级版本号

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
}
}


불러오는 중...
취소
저장