com.taptap.sdk.login 4.8.4 → 4.9.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.
@@ -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-login-unity:4.8.4"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-login-unity:4.9.1"/>
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/Login" version="4.8.4"/>
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Login" version="4.9.1"/>
14
14
  </iosPods>
15
15
  </dependencies>
@@ -7,7 +7,7 @@ namespace TapSDK.Login
7
7
  public class TapTapLogin
8
8
  {
9
9
 
10
- public static readonly string Version = "4.8.4";
10
+ public static readonly string Version = "4.9.1";
11
11
 
12
12
  public const string TAP_LOGIN_SCOPE_BASIC_INFO = "basic_info";
13
13
  public const string TAP_LOGIN_SCOPE_PUBLIC_PROFILE = "public_profile";
@@ -15,7 +15,6 @@ namespace TapSDK.Login.Internal
15
15
  public static void SDKInitialize(string clientId, bool isCn) {
16
16
  ClientId = clientId;
17
17
  CurrentRegion = isCn ? (Region)new RegionCN() : new RegionIO();
18
- TapLocalizeManager.SetCurrentRegion(isCn);
19
18
  }
20
19
  }
21
20
  }
@@ -1,4 +1,5 @@
1
1
  using TapSDK.Core;
2
+ using TapSDK.Core.Standalone;
2
3
 
3
4
  namespace TapSDK.Login.Internal
4
5
  {
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "com.taptap.sdk.login",
3
3
  "displayName": "TapTapSDK Login",
4
4
  "description": "TapTapSDK Login",
5
- "version": "4.8.4",
5
+ "version": "4.9.1",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.8.4"
9
+ "com.taptap.sdk.core": "4.9.1"
10
10
  }
11
11
  }