Skip to content

Commit

Permalink
update unity ads sdk to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Nov 23, 2024
1 parent 6c84a8e commit ddc7371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ builtins
/bundle.sh
/debug.keystore
/debug.keystore.pass.txt
/.editor_settings
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.12.2'
implementation 'com.unity3d.ads:unity-ads:4.12.5'
}
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, '12.0'
pod 'UnityAds', '4.12.2'
pod 'UnityAds', '4.12.5'

0 comments on commit ddc7371

Please sign in to comment.