parent
561d351b73
commit
3b5a242f9f
|
|
@ -14,7 +14,7 @@ namespace Guru.Editor
|
|||
/// </summary>
|
||||
public partial class AppBuilder
|
||||
{
|
||||
public static int AndroidTargetSdkVersion = 33;
|
||||
public static int AndroidTargetSdkVersion = 34;
|
||||
public static string IOSTargetOSVersion = "13.0";
|
||||
public static string GuruIOSTeamId = "39253T242A";
|
||||
public static string GuruKeystoreName => "guru_key.jks";
|
||||
|
|
@ -90,7 +90,6 @@ namespace Guru.Editor
|
|||
PlayerSettings.muteOtherAudioSources = false;
|
||||
// ---- 开启 Minify 后需要配置 proguard-user.txt 文件 ----
|
||||
if (useMinify) DeployProguardTxt();
|
||||
PlayerSettings.Android.minifyWithR8 = useMinify;
|
||||
PlayerSettings.Android.minifyRelease = useMinify;
|
||||
PlayerSettings.Android.minifyDebug = useMinify;
|
||||
// ---- 部署 Guru 专用的 Keystore ----
|
||||
|
|
|
|||
Loading…
Reference in New Issue