com.taptap.sdk.relation 4.6.1-beta.1 → 4.6.1-beta.3
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.
- package/Mobile/Editor/NativeDependencies.xml +1 -1
- package/Mobile/Editor/TapRelationMobileProcessBuild.cs +2 -2
- package/Mobile/Editor/{TapTap.Relation.Mobile.Editor.asmdef → TapSDK.Relation.Mobile.Editor.asmdef} +1 -1
- package/Runtime/Public/TapTapRelation.cs +1 -1
- package/link.xml +2 -2
- package/package.json +3 -3
- /package/Mobile/Editor/{TapTap.Relation.Mobile.Editor.asmdef.meta → TapSDK.Relation.Mobile.Editor.asmdef.meta} +0 -0
|
@@ -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-unity:4.6.1-beta.
|
|
7
|
+
<androidPackage spec="com.taptap.sdk:tap-relation-unity:4.6.1-beta.3"/>
|
|
8
8
|
</androidPackages>
|
|
9
9
|
</dependencies>
|
|
@@ -9,8 +9,8 @@ namespace TapTap.Relation.Mobile.Editor {
|
|
|
9
9
|
public override string LinkPath => "TapSDK/Relation/link.xml";
|
|
10
10
|
|
|
11
11
|
public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
|
|
12
|
-
new LinkedAssembly { Fullname = "
|
|
13
|
-
new LinkedAssembly { Fullname = "
|
|
12
|
+
new LinkedAssembly { Fullname = "TapSDK.Relation.Runtime" },
|
|
13
|
+
new LinkedAssembly { Fullname = "TapSDK.Relation.Mobile.Runtime" }
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
public override Func<BuildReport, bool> IsTargetPlatform => (report) => {
|
package/link.xml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<linker>
|
|
2
|
-
<assembly fullname="
|
|
3
|
-
<assembly fullname="
|
|
2
|
+
<assembly fullname="TapSDK.Relation.Runtime" preserve="all" />
|
|
3
|
+
<assembly fullname="TapSDK.Relation.Mobile.Runtime" preserve="all" />
|
|
4
4
|
</linker>
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "com.taptap.sdk.relation",
|
|
3
3
|
"displayName": "TapTapSDK Relation",
|
|
4
4
|
"description": "TapTapSDK Relation",
|
|
5
|
-
"version": "4.6.1-beta.
|
|
5
|
+
"version": "4.6.1-beta.3",
|
|
6
6
|
"unity": "2019.4",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.taptap.sdk.core": "4.6.1-beta.
|
|
10
|
-
"com.taptap.sdk.login": "4.6.1-beta.
|
|
9
|
+
"com.taptap.sdk.core": "4.6.1-beta.3",
|
|
10
|
+
"com.taptap.sdk.login": "4.6.1-beta.3"
|
|
11
11
|
}
|
|
12
12
|
}
|
|
File without changes
|