YunLei 2 лет назад
Родитель
Сommit
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
}
}


Загрузка…
Отмена
Сохранить