From e38f8543475b65812270e39e8e4443613f878360 Mon Sep 17 00:00:00 2001 From: huyfei Date: Tue, 30 Jan 2024 10:23:12 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=20iOS=20=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E6=8F=92=E4=BB=B6=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Guru.Runtime.asmdef | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Runtime/Guru.Runtime.asmdef b/Runtime/Guru.Runtime.asmdef index 3df2c6c..448fd11 100644 --- a/Runtime/Guru.Runtime.asmdef +++ b/Runtime/Guru.Runtime.asmdef @@ -16,7 +16,8 @@ "UnityEngine.Purchasing.SecurityStub", "Google.Play.Review", "Google.Play.Common", - "Guru.LitJson" + "Guru.LitJson", + "Unity.Advertisement.IosSupport" ], "includePlatforms": [], "excludePlatforms": [], diff --git a/package.json b/package.json index 9c90689..6e5d59b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "category": ["game","tool","development", "Guru"], "dependencies": { - "com.unity.ads.ios-support": "1.0.0", + "com.unity.ads.ios-support": "1.2.0", "com.unity.editorcoroutines": "1.0.0", "com.unity.mobile.android-logcat": "1.3.2", "com.unity.purchasing": "4.10.0"