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"