版本号对齐APPBase。

This commit is contained in:
2026-05-19 20:26:18 +08:00
parent 2b98149e0f
commit 30532f8e8d
3 changed files with 8 additions and 5 deletions

View File

@@ -26,7 +26,10 @@ android {
applicationId "cc.winboll.studio.aes"
minSdkVersion 26
targetSdkVersion 30
versionCode 1
//1. Android 官方规则
//-  versionCode  类型int 整型
//- Java int 最大值2147483647
versionCode 1520000
// versionName 更新后需要手动设置
// 项目模块目录的 build.gradle 文件的 stageCount=0
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"