File tree 2 files changed +4
-4
lines changed
SourceCode/Private/Core/Properties
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
NSString *const kUnityServicesLocalStorageFilePrefix = @" UnityAdsStorage-" ;
12
12
NSString *const kUnityServicesWebviewBranchInfoDictionaryKey = @" UADSWebviewBranch" ;
13
13
NSString *const kUnityServicesWebviewConfigInfoDictionaryKey = @" UADSWebviewConfig" ;
14
- NSString *const kUnityServicesVersionName = @" 4.9.0 " ;
14
+ NSString *const kUnityServicesVersionName = @" 4.9.1 " ;
15
15
NSString *const kUnityServicesFlavorDebug = @" debug" ;
16
16
NSString *const kUnityServicesFlavorRelease = @" release" ;
17
17
NSString *const kChinaIsoAlpha2Code = @" CN" ;
18
18
NSString *const kChinaIsoAlpha3Code = @" CHN" ;
19
- int const kUnityServicesVersionCode = 4900 ;
19
+ int const kUnityServicesVersionCode = 4910 ;
20
20
21
21
@implementation USRVSdkProperties
22
22
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'UnityAds'
3
- s . version = '4.9.0 '
3
+ s . version = '4.9.1 '
4
4
s . license = { :type => 'Unity License' , :file => 'LICENSE' }
5
5
s . author = { 'UnityAds' => 'itunes@unity3d.com' }
6
6
s . homepage = 'https://unity3d.com/services/ads'
7
7
s . summary = 'Monetize your entire player base and reach new audiences with video ads.'
8
8
s . platform = :ios
9
- s . source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.0 /UnityAds.zip' }
9
+ s . source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.1 /UnityAds.zip' }
10
10
s . ios . deployment_target = '9.0'
11
11
s . ios . vendored_frameworks = 'UnityAds.xcframework'
12
12
s . swift_version = '5.0'
You can’t perform that action at this time.
0 commit comments