Skip to content

Commit ddc7371

Browse files
committed
update unity ads sdk to the latest version
1 parent 6c84a8e commit ddc7371

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ builtins
1212
/bundle.sh
1313
/debug.keystore
1414
/debug.keystore.pass.txt
15+
/.editor_settings

defunityads/manifests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ repositories {
33
}
44

55
dependencies {
6-
implementation 'com.unity3d.ads:unity-ads:4.12.2'
6+
implementation 'com.unity3d.ads:unity-ads:4.12.5'
77
}

defunityads/manifests/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
platform :ios, '12.0'
2-
pod 'UnityAds', '4.12.2'
2+
pod 'UnityAds', '4.12.5'

0 commit comments

Comments
 (0)