com.taptap.sdk.leaderboard 4.8.1-beta.1 → 4.8.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.8.1-beta.
|
|
7
|
+
<androidPackage spec="com.taptap.sdk:tap-leaderboard-unity:4.8.1-beta.7"/>
|
|
8
8
|
</androidPackages>
|
|
9
9
|
</dependencies>
|
|
@@ -39,16 +39,6 @@ namespace TapSDK.Leaderboard.Mobile
|
|
|
39
39
|
|
|
40
40
|
public void OpenUserProfile(string openId, string unionId)
|
|
41
41
|
{
|
|
42
|
-
if (string.IsNullOrEmpty(openId))
|
|
43
|
-
{
|
|
44
|
-
TapLog.Error("OpenUserProfile failed: openId is null or empty.");
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
if (!string.IsNullOrEmpty(unionId))
|
|
49
|
-
{
|
|
50
|
-
TapLog.Warning("OpenUserProfile: unionId is not used in mobile platform, it will be ignored.");
|
|
51
|
-
}
|
|
52
42
|
var command = new Command.Builder()
|
|
53
43
|
.Service(SERVICE_NAME)
|
|
54
44
|
.Method("openUserProfile")
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "com.taptap.sdk.leaderboard",
|
|
3
3
|
"displayName": "TapTapSDK Leaderboard",
|
|
4
4
|
"description": "TapTapSDK Leaderboard",
|
|
5
|
-
"version": "4.8.1
|
|
5
|
+
"version": "4.8.1",
|
|
6
6
|
"unity": "2019.4",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.taptap.sdk.core": "4.8.1
|
|
10
|
-
"com.taptap.sdk.login": "4.8.1
|
|
9
|
+
"com.taptap.sdk.core": "4.8.1",
|
|
10
|
+
"com.taptap.sdk.login": "4.8.1"
|
|
11
11
|
}
|
|
12
12
|
}
|