com.taptap.sdk.moment 4.6.3 → 4.7.0-ci.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,15 +1,15 @@
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-moment-unity:4.6.3"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-moment-unity:4.7.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.6.3" bitcodeEnabled="false" addToAllTargets="false"/>
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapMomentSDK" version="~> 4.7.0"/>
14
14
  </iosPods>
15
15
  </dependencies>
@@ -42,7 +42,8 @@ namespace TapSDK.Moment
42
42
 
43
43
  public class TapTapMoment
44
44
  {
45
- public static readonly string Version = "4.6.3";
45
+
46
+ public static readonly string Version = "4.7.0-ci.1";
46
47
 
47
48
  // 显示动态页面
48
49
  public static void open()
package/link.xml.meta CHANGED
@@ -1,9 +1,5 @@
1
1
  fileFormatVersion: 2
2
- <<<<<<< HEAD
3
- guid: 232e192434e0644209fbc0dca7e1f9d1
4
- =======
5
- guid: 245cd7719b5d04f57bc06d51e61ebc4d
6
- >>>>>>> 7453f549f (feat: pipeline build TapSDK4 Unity Demo changed version #no-ticket)
2
+ guid: 45c18ddaa704c4f09a990cdfa0ce2d8f
7
3
  TextScriptImporter:
8
4
  externalObjects: {}
9
5
  userData:
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "name": "com.taptap.sdk.moment",
3
- "displayName": "TapTapSDK Moment",
4
- "description": "TapTapSDK Moment",
5
- "version": "4.6.3",
6
- "unity": "2019.4",
7
- "license": "MIT",
8
- "dependencies": {
9
- "com.taptap.sdk.core": "4.6.3",
10
- "com.taptap.sdk.login": "4.6.3"
11
- }
2
+ "name": "com.taptap.sdk.moment",
3
+ "displayName": "TapTapSDK Moment",
4
+ "description": "TapTapSDK Moment",
5
+ "version": "4.7.0-ci.1",
6
+ "unity": "2019.4",
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "com.taptap.sdk.core": "4.7.0-ci.1",
10
+ "com.taptap.sdk.login": "4.7.0-ci.1"
11
+ }
12
12
  }