更新配置

This commit is contained in:
xiekaidong 2024-05-27 11:39:25 +08:00
parent 3cb8082e95
commit f0a42fe98e
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace BFEditor.Build
public class BuildProjectWindow : EditorWindow
{
private static int versionCode = 17;
private static string versionName = "1.5.7";
private static string versionName = "1.5.8";
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";