update: API Target Version 默认值改为 34

胡宇飞 2024-08-14 15:07:04 +08:00
parent e604c889e6
commit 4d1ca2fe96
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace Guru.Editor
public class AndroidProjectMod
{
private static readonly int TargetSDKVersion = 33;
private static readonly int TargetSDKVersion = 34;
private static readonly string LauncherName = "launcherTemplate";
private static string LauncherFullPath = Path.Combine(Application.dataPath, $"Plugins/Android/{LauncherName}.gradle");