Skip to content

Commit

Permalink
use unity 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jun 8, 2024
1 parent b388100 commit a2f28a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.11.3'
implementation 'com.unity3d.ads:unity-ads:4.12.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, '12.0'
pod 'UnityAds', '4.11.3'
pod 'UnityAds', '4.12.0'
2 changes: 1 addition & 1 deletion game.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
title = Extension UnityAds
version = 4.11.3
version = 4.12.0
dependencies#0 = https://github.com/andsve/dirtylarry/archive/master.zip

[bootstrap]
Expand Down

0 comments on commit a2f28a6

Please sign in to comment.