Merge branch 'master' of git.juzugame.com:b6-client/b6-unity

This commit is contained in:
chenxi 2024-06-19 11:53:17 +08:00
commit 93870ca319
11 changed files with 253 additions and 111 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.5";
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";

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long