com.taptap.sdk.relationlite 4.7.0 → 4.8.0-beta.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,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-relation-lite-unity:4.7.0"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-relation-lite-unity:4.8.0-beta.1"/>
8
8
  </androidPackages>
9
9
  </dependencies>
@@ -77,6 +77,6 @@ namespace TapSDK.RelationLite
77
77
  TapTapRelationLiteManager.Instance.UnregisterRelationLiteCallback(callback);
78
78
  }
79
79
 
80
- public static readonly string Version = "4.7.0";
80
+ public static readonly string Version = "4.8.0-beta.1";
81
81
  }
82
82
  }
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.7.0",
5
+ "version": "4.8.0-beta.1",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.7.0",
10
- "com.taptap.sdk.login": "4.7.0"
9
+ "com.taptap.sdk.core": "4.8.0-beta.1",
10
+ "com.taptap.sdk.login": "4.8.0-beta.1"
11
11
  }
12
12
  }