We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98540af commit ff1b359Copy full SHA for ff1b359
android/sources/src/com/unity3d/ads/android/properties/UnityAdsConstants.java
@@ -13,7 +13,7 @@ public class UnityAdsConstants {
13
*/
14
15
/* Unity Ads */
16
- public static final String UNITY_ADS_VERSION = "1305";
+ public static final String UNITY_ADS_VERSION = "1306";
17
public static final String UNITY_ADS_REQUEST_METHOD_POST = "POST";
18
public static final String UNITY_ADS_REQUEST_METHOD_GET = "GET";
19
ios/UnityAds/UnityAdsProperties/UnityAdsProperties.m
@@ -11,7 +11,7 @@
11
#import "../UnityAds.h"
12
#import "../UnityAdsDevice/UnityAdsDevice.h"
-NSString * const kUnityAdsVersion = @"1305";
+NSString * const kUnityAdsVersion = @"1306";
@implementation UnityAdsProperties
0 commit comments