com.taptap.sdk.relationlite 4.10.3-beta.1 → 4.10.3-beta.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-relation-lite-unity:4.10.3-beta.1" />
7
+ <androidPackage spec="com.taptap.sdk:tap-relation-lite-unity:4.10.3-beta.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/RelationLite" version="4.10.3-beta.1" />
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/RelationLite" version="4.10.3-beta.3" />
14
14
  </iosPods>
15
15
  </dependencies>
@@ -32,7 +32,7 @@ namespace TapSDK.RelationLite.Internal
32
32
  }
33
33
  }
34
34
 
35
- public void Init(string clientId, TapTapRegionType regionType)
35
+ internal void Init(string clientId, TapTapRegionType regionType)
36
36
  {
37
37
  _impl?.Init(clientId, regionType);
38
38
  }
@@ -18,11 +18,6 @@ namespace TapSDK.RelationLite
18
18
 
19
19
  public class TapTapRelationLite
20
20
  {
21
- public static void Init(string clientId, TapTapRegionType regionType)
22
- {
23
- TapTapRelationLiteManager.Instance.Init(clientId, regionType);
24
- }
25
-
26
21
  public static void InviteGame()
27
22
  {
28
23
  TapTapRelationLiteManager.Instance.InviteGame();
@@ -73,6 +68,6 @@ namespace TapSDK.RelationLite
73
68
  TapTapRelationLiteManager.Instance.UnregisterRelationLiteCallback(callback);
74
69
  }
75
70
 
76
- public static readonly string Version = "4.10.3-beta.1";
71
+ public static readonly string Version = "4.10.3-beta.3";
77
72
  }
78
73
  }
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "com.taptap.sdk.relationlite",
3
3
  "displayName": "TapTapSDK RelationLite",
4
4
  "description": "TapTapSDK RelationLite",
5
- "version": "4.10.3-beta.1",
5
+ "version": "4.10.3-beta.3",
6
6
  "unity": "2020.3.0f1",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.10.3-beta.1",
10
- "com.taptap.sdk.login": "4.10.3-beta.1"
9
+ "com.taptap.sdk.core": "4.10.3-beta.3",
10
+ "com.taptap.sdk.login": "4.10.3-beta.3"
11
11
  }
12
12
  }