com.taptap.sdk.moment 4.3.12 → 4.4.0
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,12 +4,12 @@
|
|
|
4
4
|
<repositories>
|
|
5
5
|
<repository>https://repo.maven.apache.org/maven2</repository>
|
|
6
6
|
</repositories>
|
|
7
|
-
<androidPackage spec="com.taptap.sdk:tap-moment-unity:4.
|
|
7
|
+
<androidPackage spec="com.taptap.sdk:tap-moment-unity:4.4.0"/>
|
|
8
8
|
</androidPackages>
|
|
9
9
|
<iosPods>
|
|
10
10
|
<sources>
|
|
11
11
|
<source>https://github.com/CocoaPods/Specs.git</source>
|
|
12
12
|
</sources>
|
|
13
|
-
<iosPod name="TapTapMomentSDK" version="~> 4.
|
|
13
|
+
<iosPod name="TapTapMomentSDK" version="~> 4.4.0" bitcodeEnabled="false" addToAllTargets="false"/>
|
|
14
14
|
</iosPods>
|
|
15
15
|
</dependencies>
|
|
@@ -6,7 +6,7 @@ namespace TapTap.Moment.Mobile.Editor {
|
|
|
6
6
|
public class TapMomentMobileProcessBuild : SDKLinkProcessBuild {
|
|
7
7
|
public override int callbackOrder => 0;
|
|
8
8
|
|
|
9
|
-
public override string LinkPath => "
|
|
9
|
+
public override string LinkPath => "TapSDK/Moment/link.xml";
|
|
10
10
|
|
|
11
11
|
public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
|
|
12
12
|
new LinkedAssembly { Fullname = "TapTap.Moment.Runtime" },
|
|
@@ -6,7 +6,7 @@ namespace TapSDK.Moment.Standalone.Editor {
|
|
|
6
6
|
public class TapMomentStandaloneProcessBuild : SDKLinkProcessBuild {
|
|
7
7
|
public override int callbackOrder => 0;
|
|
8
8
|
|
|
9
|
-
public override string LinkPath => "
|
|
9
|
+
public override string LinkPath => "TapSDK/Moment/link.xml";
|
|
10
10
|
|
|
11
11
|
public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
|
|
12
12
|
new LinkedAssembly { Fullname = "TapTap.Moment.Runtime" },
|
package/link.xml.meta
CHANGED
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "com.taptap.sdk.moment",
|
|
3
3
|
"displayName": "TapTapSDK Moment",
|
|
4
4
|
"description": "TapTapSDK Moment",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.4.0",
|
|
6
6
|
"unity": "2019.4",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.taptap.sdk.core": "4.
|
|
10
|
-
"com.taptap.sdk.login": "4.
|
|
9
|
+
"com.taptap.sdk.core": "4.4.0",
|
|
10
|
+
"com.taptap.sdk.login": "4.4.0"
|
|
11
11
|
}
|
|
12
12
|
}
|