diff --git a/Editor/GuruManager/Helper/AndroidProjectMod.cs b/Editor/GuruManager/Helper/AndroidProjectMod.cs index 1a945bd..fe4bf41 100644 --- a/Editor/GuruManager/Helper/AndroidProjectMod.cs +++ b/Editor/GuruManager/Helper/AndroidProjectMod.cs @@ -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");