From 7d32f124f55f59c684338596ff659bb55629ab06 Mon Sep 17 00:00:00 2001 From: AGulev Date: Sat, 9 Mar 2024 22:02:54 +0100 Subject: [PATCH] New SDK 4.9.3 --- defunityads/manifests/android/build.gradle | 2 +- defunityads/manifests/ios/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defunityads/manifests/android/build.gradle b/defunityads/manifests/android/build.gradle index 12191b9..77d43d3 100644 --- a/defunityads/manifests/android/build.gradle +++ b/defunityads/manifests/android/build.gradle @@ -3,5 +3,5 @@ repositories { } dependencies { - implementation 'com.unity3d.ads:unity-ads:4.9.2' + implementation 'com.unity3d.ads:unity-ads:4.9.3' } diff --git a/defunityads/manifests/ios/Podfile b/defunityads/manifests/ios/Podfile index d83c0d1..713e52e 100644 --- a/defunityads/manifests/ios/Podfile +++ b/defunityads/manifests/ios/Podfile @@ -1,2 +1,2 @@ platform :ios, '10.0' -pod 'UnityAds', '4.9.2' +pod 'UnityAds', '4.9.3'