com.taptap.sdk.license 4.4.1 → 4.4.2

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,6 +4,6 @@
4
4
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-license:4.4.1"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-license:4.4.2"/>
8
8
  </androidPackages>
9
9
  </dependencies>
@@ -4,7 +4,7 @@ using TapSDK.Core.Internal.Utils;
4
4
  namespace TapSDK.License {
5
5
  public class TapTapLicense {
6
6
 
7
- public static readonly string Version = "4.4.1";
7
+ public static readonly string Version = "4.4.2";
8
8
 
9
9
  static readonly ITapLicenseBridge license;
10
10
 
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "com.taptap.sdk.license",
3
3
  "displayName": "TapTapSDK License",
4
4
  "description": "TapTapSDK License",
5
- "version": "4.4.1",
5
+ "version": "4.4.2",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.4.1"
9
+ "com.taptap.sdk.core": "4.4.2"
10
10
  }
11
11
  }