com.xd.sdk.common 6.23.4 → 6.23.7-hotfix.1

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.
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f22c17cfd8dd94d50a024a1c46414703
2
+ guid: e686a7aff623e41a59d2ddb495336e95
3
3
  PluginImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -38,7 +38,6 @@ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_FACEBOOK;
38
38
  FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_LINE;
39
39
  FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_TWITTER;
40
40
  FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_PHONE;
41
- FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_REFRESH_TOKEN;
42
41
 
43
42
 
44
43
  FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_QQ;
@@ -5,5 +5,5 @@
5
5
  // Created by Fattycat on 2022/5/13.
6
6
  //
7
7
 
8
- #define XDSDK_VERSION @"6.23.3"
9
- // HASH 21aa09f1
8
+ #define XDSDK_VERSION @"6.23.4"
9
+ // HASH c50053c5
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.common",
3
3
  "displayName": "XDSDK Common",
4
- "version": "6.23.4",
4
+ "version": "6.23.7-hotfix.1",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.xd.tds.common": "3.29.5-xd.1"
9
+ "com.xd.tds.common": "3.29.6-xd.1"
10
10
  }
11
11
  }