com.taptap.sdk.core 4.3.2 → 4.3.4
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.
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<repositories>
|
|
6
6
|
<repository>https://repo.maven.apache.org/maven2</repository>
|
|
7
7
|
</repositories>
|
|
8
|
-
<androidPackage spec="com.taptap.sdk:tap-core-unity:4.3.
|
|
8
|
+
<androidPackage spec="com.taptap.sdk:tap-core-unity:4.3.4"/>
|
|
9
9
|
</androidPackages>
|
|
10
10
|
|
|
11
11
|
<!-- iOS Cocoapod dependencies can be specified by each iosPod element. -->
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
</sources>
|
|
16
16
|
|
|
17
17
|
<iosPod name="Protobuf" version="~> 3.0" bitcodeEnabled="false" addToAllTargets="false"/>
|
|
18
|
-
<iosPod name="TapTapCoreSDK" version="~> 4.3.
|
|
18
|
+
<iosPod name="TapTapCoreSDK" version="~> 4.3.4" bitcodeEnabled="false" addToAllTargets="false"/>
|
|
19
19
|
|
|
20
20
|
</iosPods>
|
|
21
21
|
|
|
@@ -10,7 +10,7 @@ using TapSDK.Core.Internal.Init;
|
|
|
10
10
|
|
|
11
11
|
namespace TapSDK.Core {
|
|
12
12
|
public class TapTapSDK {
|
|
13
|
-
public static readonly string SDKVersion = "4.3.
|
|
13
|
+
public static readonly string SDKVersion = "4.3.4";
|
|
14
14
|
public static readonly int SDKVersionCode = 32900001;
|
|
15
15
|
public static string SDKPlatform = "TapSDK-Unity";
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
"name": "com.taptap.sdk.core",
|
|
3
3
|
"displayName": "TapTapSDK Core",
|
|
4
4
|
"description": "TapTapSDK Core",
|
|
5
|
-
"version": "4.3.
|
|
5
|
+
"version": "4.3.4",
|
|
6
6
|
"unity": "2019.4",
|
|
7
|
-
"license": "MIT"
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"com.google.external-dependency-manager": "1.2.179"
|
|
10
|
+
}
|
|
8
11
|
}
|