com.taptap.sdk.compliance 4.5.0 → 4.5.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-compliance:4.5.0"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-compliance:4.5.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 name="TapTapComplianceSDK" version="~> 4.5.0" bitcodeEnabled="false" addToAllTargets="false"/>
13
+ <iosPod name="TapTapComplianceSDK" version="~> 4.5.1" bitcodeEnabled="false" addToAllTargets="false"/>
14
14
  </iosPods>
15
15
  </dependencies>
@@ -11,8 +11,8 @@ namespace TapSDK.Compliance.Mobile.Runtime
11
11
  public static class ComplianceMobileBridge
12
12
  {
13
13
  private const string ANTI_ADDICTION_SERVICE = "BridgeComplianceService";
14
- private const string ANTI_ADDICTION_SERVICE_CLZ = "com.taptap.sdk.compilance.internal.enginebridge.BridgeComplianceService";
15
- private const string ANTI_ADDICTION_SERVICE_IMPL = "com.taptap.sdk.compilance.internal.enginebridge.BridgeComplianceServiceImpl";
14
+ private const string ANTI_ADDICTION_SERVICE_CLZ = "com.taptap.sdk.compliance.internal.enginebridge.BridgeComplianceService";
15
+ private const string ANTI_ADDICTION_SERVICE_IMPL = "com.taptap.sdk.compliance.internal.enginebridge.BridgeComplianceServiceImpl";
16
16
 
17
17
  private static bool hasRegisterMobileCallback = false;
18
18
  private static List<Action<int, string>> callbackList = new List<Action<int, string>>();
@@ -10,7 +10,7 @@ namespace TapSDK.Compliance
10
10
  public static class TapTapCompliance
11
11
  {
12
12
 
13
- public static readonly string Version = "4.5.0";
13
+ public static readonly string Version = "4.5.1";
14
14
 
15
15
  public static void RegisterComplianceCallback(Action<int, string> callback)
16
16
  {
package/link.xml ADDED
@@ -0,0 +1,5 @@
1
+ <linker>
2
+ <assembly fullname="TapSDK.Compliance" preserve="all" />
3
+ <assembly fullname="TapSDK.Compliance.Runtime" preserve="all" />
4
+ <assembly fullname="TapSDK.Compliance.Mobile.Runtime" preserve="all" />
5
+ </linker>
package/link.xml.meta ADDED
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: e158a5396c80d436f8f136ecede95ffc
3
+ TextScriptImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "com.taptap.sdk.compliance",
3
3
  "displayName": "TapTapSDK Compliance",
4
4
  "description": "TapTapSDK Compliance",
5
- "version": "4.5.0",
5
+ "version": "4.5.1",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.5.0",
10
- "com.taptap.sdk.login": "4.5.0"
9
+ "com.taptap.sdk.core": "4.5.1",
10
+ "com.taptap.sdk.login": "4.5.1"
11
11
  }
12
12
  }