Commit 4e5a5f9b authored by zhangzhe's avatar zhangzhe

修改vc和vn

parent 22c33eb7
......@@ -178,12 +178,12 @@ public class UnityPhoneUtils
string vc = "";
#if UNITY_EDITOR
vc = "8";
vc = "9";
#elif UNITY_ANDROID
vc = GetPhoneUtil().Call<int>("getAppVersionCode", GetActivity())+"";
#elif UNITY_IOS
vc = "8";
vc = "9";
#endif
Debug.unityLogger.Log("GetVC " + vc);
return vc;
......
......@@ -124,7 +124,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.0.7
bundleVersion: 1.0.8
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
......@@ -172,7 +172,7 @@ PlayerSettings:
iPhone: com.ym.simulator
buildNumber:
iPhone: 6
AndroidBundleVersionCode: 8
AndroidBundleVersionCode: 9
AndroidMinSdkVersion: 21
AndroidTargetSdkVersion: 0
AndroidPreferredInstallLocation: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment