Skip to content

Commit

Permalink
update unity sdk 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed May 4, 2024
1 parent 8f688ec commit 01c7faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defunityads/manifests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ repositories {
}

dependencies {
implementation 'com.unity3d.ads:unity-ads:4.9.3'
implementation 'com.unity3d.ads:unity-ads:4.10.0'
}
2 changes: 1 addition & 1 deletion defunityads/manifests/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
platform :ios, '10.0'
pod 'UnityAds', '4.9.3'
pod 'UnityAds', '4.10.0'

0 comments on commit 01c7faf

Please sign in to comment.