com.taptap.sdk.leaderboard 4.7.1 → 4.7.2-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.
@@ -1,9 +1,9 @@
1
- <?xml version="1.0" ?>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
2
  <dependencies>
3
3
  <androidPackages>
4
4
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-leaderboard-unity:4.7.0"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-leaderboard-unity:4.7.2"/>
8
8
  </androidPackages>
9
9
  </dependencies>
@@ -13,7 +13,7 @@ namespace TapSDK.Leaderboard
13
13
  /// <summary>
14
14
  /// SDK版本号
15
15
  /// </summary>
16
- public static readonly string Version = "4.7.1";
16
+ public static readonly string Version = "4.7.2-beta.1";
17
17
 
18
18
  /// <summary>
19
19
  /// 打开排行榜页面
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "name": "com.taptap.sdk.leaderboard",
3
- "displayName": "TapTapSDK Leaderboard",
4
- "description": "TapTapSDK Leaderboard",
5
- "version": "4.7.1",
6
- "unity": "2019.4",
7
- "license": "MIT",
8
- "dependencies": {
9
- "com.taptap.sdk.core": "4.7.1",
10
- "com.taptap.sdk.login": "4.7.1"
11
- }
2
+ "name": "com.taptap.sdk.leaderboard",
3
+ "displayName": "TapTapSDK Leaderboard",
4
+ "description": "TapTapSDK Leaderboard",
5
+ "version": "4.7.2-beta.1",
6
+ "unity": "2019.4",
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "com.taptap.sdk.core": "4.7.2-beta.1",
10
+ "com.taptap.sdk.login": "4.7.2-beta.1"
11
+ }
12
12
  }