com.taptap.sdk.core 4.9.2 → 4.9.3

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.
@@ -4,12 +4,12 @@
4
4
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-core-unity:4.9.2"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-core-unity:4.9.3"/>
8
8
  </androidPackages>
9
9
  <iosPods>
10
10
  <sources>
11
11
  <source>https://github.com/CocoaPods/Specs.git</source>
12
12
  </sources>
13
- <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Core" version="4.9.2"/>
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Core" version="4.9.3"/>
14
14
  </iosPods>
15
15
  </dependencies>
@@ -12,7 +12,7 @@ using System.ComponentModel;
12
12
 
13
13
  namespace TapSDK.Core {
14
14
  public class TapTapSDK {
15
- public static readonly string Version = "4.9.2";
15
+ public static readonly string Version = "4.9.3";
16
16
 
17
17
  public static string SDKPlatform = "TapSDK-Unity";
18
18
 
@@ -38,12 +38,11 @@ namespace TapSDK.Core {
38
38
  {
39
39
  if (coreOption == null)
40
40
  throw new ArgumentException("[TapSDK] options is null!");
41
-
42
41
  TapTapSDK.taptapSdkOptions = coreOption;
43
42
  TapLog.Enabled = coreOption.enableLog;
44
43
  platformWrapper?.Init(coreOption);
45
-
46
44
  // 初始化各个模块
45
+
47
46
  Type[] initTaskTypes = GetInitTypeList();
48
47
  if (initTaskTypes != null)
49
48
  {
@@ -60,6 +59,7 @@ namespace TapSDK.Core {
60
59
  }
61
60
  }
62
61
  TapTapEvent.Init(HandleEventOptions(coreOption));
62
+
63
63
  }
64
64
 
65
65
  public static void Init(TapTapSdkOptions coreOption, TapTapSdkBaseOptions[] otherOptions)
@@ -72,7 +72,6 @@ namespace TapSDK.Core {
72
72
  platformWrapper?.Init(coreOption, otherOptions);
73
73
 
74
74
 
75
-
76
75
  Type[] initTaskTypes = GetInitTypeList();
77
76
  if (initTaskTypes != null)
78
77
  {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "com.taptap.sdk.core",
3
3
  "displayName": "TapTapSDK Core",
4
4
  "description": "TapTapSDK Core",
5
- "version": "4.9.2",
5
+ "version": "4.9.3",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {