Compare commits

...

2 Commits

Author SHA1 Message Date
xiekaidong
0759c096fa 提升版本号 2025-02-21 14:41:46 +08:00
xiekaidong
f516f4aad8 更新 2025-02-21 14:40:33 +08:00
11 changed files with 609 additions and 481 deletions

View File

@ -14,7 +14,7 @@ namespace BFEditor.Build
public class BuildProjectWindow : EditorWindow
{
private static int versionCode = 18;
private static string versionName = "1.6.5";
private static string versionName = "1.6.6";
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
const string ANDROID_DEV_PACKAGE_NAME = "com.juzu.b6.dev.android";
const string ANDROID_RELEASE_PACKAGE_NAME = "com.juzu.b6.release.android";

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long