From 4d1ca2fe96d66b73882488c81c2b34ae46d3ce3f Mon Sep 17 00:00:00 2001 From: huyufei Date: Wed, 14 Aug 2024 15:07:04 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20API=20Target=20Version=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC=E6=94=B9=E4=B8=BA=2034?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/GuruManager/Helper/AndroidProjectMod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");