固定版本号

This commit is contained in:
Martin 2024-09-14 16:54:15 +08:00
parent d662d5c3ea
commit 24fa740e05
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ public class CommonAppConfig {
e.printStackTrace(); e.printStackTrace();
} }
} }
return mVersion; return "6.9.0";
} }
/** /**

View File

@ -5,7 +5,7 @@ ext {
minSdkVersion : 23, minSdkVersion : 23,
targetSdkVersion : 34, targetSdkVersion : 34,
versionCode : 1, versionCode : 1,
versionName : "1.0" versionName : "1.0.0"
] ]
manifestPlaceholders = [ manifestPlaceholders = [
// //