We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb948a commit 1db7496Copy full SHA for 1db7496
defunityads/manifests/android/build.gradle
@@ -3,5 +3,5 @@ repositories {
3
}
4
5
dependencies {
6
- implementation 'com.unity3d.ads:unity-ads:4.16.2'
+ implementation 'com.unity3d.ads:unity-ads:4.16.3'
7
defunityads/manifests/ios/Podfile
@@ -1,2 +1,2 @@
1
platform :ios, '13.0'
2
-pod 'UnityAds', '4.16.2'
+pod 'UnityAds', '4.16.3'
0 commit comments