com.taptap.sdk.core 4.6.3 → 4.7.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-core-unity:4.
|
|
7
|
+
<androidPackage spec="com.taptap.sdk:tap-core-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="TapTapCoreSDK" version="~> 4.
|
|
13
|
+
<iosPod name="TapTapCoreSDK" version="~> 4.5.5" bitcodeEnabled="false" addToAllTargets="false"/>
|
|
14
14
|
</iosPods>
|
|
15
15
|
</dependencies>
|
|
@@ -12,7 +12,7 @@ using System.ComponentModel;
|
|
|
12
12
|
|
|
13
13
|
namespace TapSDK.Core {
|
|
14
14
|
public class TapTapSDK {
|
|
15
|
-
public static readonly string Version = "4.
|
|
15
|
+
public static readonly string Version = "4.7.0";
|
|
16
16
|
|
|
17
17
|
public static string SDKPlatform = "TapSDK-Unity";
|
|
18
18
|
|
|
@@ -59,7 +59,7 @@ namespace TapSDK.Core {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
TapTapEvent.Init(HandleEventOptions(coreOption));
|
|
62
|
-
|
|
62
|
+
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
public static void Init(TapTapSdkOptions coreOption, TapTapSdkBaseOptions[] otherOptions)
|
package/link.xml.meta
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
|
|
3
|
-
guid: 3dcabf4e5ea8a4de2b78153078c62c5f
|
|
4
|
-
=======
|
|
5
|
-
guid: e0d4ea93ec6c34a84a01c4ec717089ef
|
|
6
|
-
>>>>>>> 7453f549f (feat: pipeline build TapSDK4 Unity Demo changed version #no-ticket)
|
|
2
|
+
guid: 7dbdaf3a91ea44d24a51131f915db17b
|
|
7
3
|
TextScriptImporter:
|
|
8
4
|
externalObjects: {}
|
|
9
5
|
userData:
|