com.xd.sdk.oversea 7.1.0 → 7.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,6 @@ FOUNDATION_EXPORT const unsigned char XDGlobalWrapperVersionString[];
15
15
 
16
16
  // In this header, you should import all the public headers of your framework using statements like #import <XDGlobalWrapper/PublicHeader.h>
17
17
 
18
- #define XDGlobal_VERSION @"7.1.0"
19
- #define XDGlobal_VERSION_CODE @"7001000"
20
- // HASH 669fedcf
18
+ #define XDGlobal_VERSION @"7.1.2"
19
+ #define XDGlobal_VERSION_CODE @"7001020"
20
+ // HASH 5355bc04
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.oversea",
3
3
  "displayName": "XDGSDK Oversea",
4
- "version": "7.1.0",
4
+ "version": "7.1.2",
5
5
  "description": "XDGSDK",
6
6
  "unity": "2019.3",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.xd.sdk.common": "7.1.0"
9
+ "com.xd.sdk.common": "7.1.2"
10
10
  }
11
11
  }