diff --git a/defunityads/manifests/android/build.gradle b/defunityads/manifests/android/build.gradle index e96871e..12191b9 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.1' + implementation 'com.unity3d.ads:unity-ads:4.9.2' } diff --git a/defunityads/manifests/ios/Podfile b/defunityads/manifests/ios/Podfile index 32afe6e..d83c0d1 100644 --- a/defunityads/manifests/ios/Podfile +++ b/defunityads/manifests/ios/Podfile @@ -1,2 +1,2 @@ platform :ios, '10.0' -pod 'UnityAds', '4.9.1' +pod 'UnityAds', '4.9.2'