com.xd.sdk.oversea 7.0.2 → 7.1.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.
- package/Editor/XDOverseaAndroidGradleProcessor.cs +1 -3
- package/Plugins/iOS/XDGlobalWrapper.framework/Headers/XDGlobalWrapper.h +3 -3
- package/Plugins/iOS/XDGlobalWrapper.framework/Info.plist +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/XDGlobalWrapper +0 -0
- package/package.json +2 -2
- /package/Plugins/Android/libs/{XDGPushGlobal_7.0.1.aar → XDGPushGlobal_7.1.0.aar} +0 -0
- /package/Plugins/Android/libs/{XDGPushGlobal_7.0.1.aar.meta → XDGPushGlobal_7.1.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGThirdLogin_7.0.1.aar → XDGThirdLogin_7.1.0.aar} +0 -0
- /package/Plugins/Android/libs/{XDGThirdLogin_7.0.1.aar.meta → XDGThirdLogin_7.1.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGThirdTrack_7.0.1.aar → XDGThirdTrack_7.1.0.aar} +0 -0
- /package/Plugins/Android/libs/{XDGThirdTrack_7.0.1.aar.meta → XDGThirdTrack_7.1.0.aar.meta} +0 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#if UNITY_EDITOR && UNITY_ANDROID
|
|
2
1
|
using System.Collections.Generic;
|
|
3
2
|
using System.IO;
|
|
4
3
|
using UnityEditor.Build;
|
|
@@ -119,5 +118,4 @@ namespace XD.SDK.Oversea.Editor
|
|
|
119
118
|
if (File.Exists(targetPath)) File.Delete(targetPath);
|
|
120
119
|
}
|
|
121
120
|
}
|
|
122
|
-
}
|
|
123
|
-
#endif
|
|
121
|
+
}
|
|
@@ -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.0
|
|
19
|
-
#define XDGlobal_VERSION_CODE @"
|
|
20
|
-
// HASH
|
|
18
|
+
#define XDGlobal_VERSION @"7.1.0"
|
|
19
|
+
#define XDGlobal_VERSION_CODE @"7001000"
|
|
20
|
+
// HASH 669fedcf
|
|
Binary file
|
|
Binary file
|
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.
|
|
4
|
+
"version": "7.1.1",
|
|
5
5
|
"description": "XDGSDK",
|
|
6
6
|
"unity": "2019.3",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.xd.sdk.common": "7.
|
|
9
|
+
"com.xd.sdk.common": "7.1.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|