com.xd.sdk.oversea 0.0.11-alpha → 0.0.13-alpha
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 +6 -1
- package/Plugins/Android/libs/XDGPushGlobal_7.0.0.aar +0 -0
- package/Plugins/Android/libs/XDGThirdTrack_7.0.0.aar +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/Headers/XDGlobalWrapper.h +3 -3
- package/Plugins/iOS/XDGlobalWrapper.framework/Info.plist +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/Modules/XDGlobalWrapper.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/XDGlobalWrapper +0 -0
- package/package.json +2 -2
|
@@ -33,7 +33,12 @@ namespace XD.SDK.Oversea.Editor
|
|
|
33
33
|
|
|
34
34
|
protected override List<AndroidGradleProjectConfig.MavenRepository> GenerateMavenRepositories()
|
|
35
35
|
{
|
|
36
|
-
|
|
36
|
+
var result = new List<AndroidGradleProjectConfig.MavenRepository>();
|
|
37
|
+
if (!string.IsNullOrEmpty(configModel?.tiktok?.client_key))
|
|
38
|
+
{
|
|
39
|
+
result.Add(new AndroidGradleProjectConfig.MavenRepository("https://artifact.bytedance.com/repository/AwemeOpenSDK"));
|
|
40
|
+
}
|
|
41
|
+
return result;
|
|
37
42
|
}
|
|
38
43
|
|
|
39
44
|
|
|
Binary file
|
|
Binary file
|
|
@@ -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 @"
|
|
19
|
-
#define XDGlobal_VERSION_CODE @"
|
|
20
|
-
// HASH
|
|
18
|
+
#define XDGlobal_VERSION @"7.0.0"
|
|
19
|
+
#define XDGlobal_VERSION_CODE @"7000000"
|
|
20
|
+
// HASH 8bd7e79
|
|
Binary file
|
|
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": "0.0.
|
|
4
|
+
"version": "0.0.13-alpha",
|
|
5
5
|
"description": "XDGSDK",
|
|
6
6
|
"unity": "2019.3",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.xd.sdk.common": "0.0.
|
|
9
|
+
"com.xd.sdk.common": "0.0.13-alpha"
|
|
10
10
|
}
|
|
11
11
|
}
|