com.taptap.sdk.cloudsave 4.8.4-beta.1 → 4.8.4-beta.2

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" encoding="UTF-8" standalone="no"?>
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-cloudsave-unity:4.8.4"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-cloudsave-unity:4.8.4" />
8
8
  </androidPackages>
9
9
  <iosPods>
10
10
  <sources>
11
11
  <source>https://github.com/CocoaPods/Specs.git</source>
12
12
  </sources>
13
- <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/CloudSave" version="4.8.4"/>
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/CloudSave" version="4.8.4" />
14
14
  </iosPods>
15
15
  </dependencies>
@@ -7,7 +7,7 @@ namespace TapSDK.CloudSave
7
7
  {
8
8
  public class TapTapCloudSave
9
9
  {
10
- public static readonly string Version = "4.8.4-beta.1";
10
+ public static readonly string Version = "4.8.4";
11
11
 
12
12
  public static void RegisterCloudSaveCallback(ITapCloudSaveCallback callback)
13
13
  {
@@ -10,6 +10,8 @@ namespace TapSDK.CloudSave.Standalone
10
10
  internal const string DllName = "cloudsave_sdk";
11
11
  #elif UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX
12
12
  internal const string DllName = "libcloudsave_sdk";
13
+ #elif UNITY_STANDALONE_LINUX || UNITY_EDITOR_LINUX
14
+ internal const string DllName = "libcloudsave_sdk";
13
15
  #endif
14
16
 
15
17
  /**
@@ -16,7 +16,6 @@
16
16
  "overrideReferences": false,
17
17
  "precompiledReferences": [],
18
18
  "autoReferenced": true,
19
- "defineConstraints": [],
20
19
  "versionDefines": [],
21
20
  "noEngineReferences": false
22
21
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "name": "com.taptap.sdk.cloudsave",
3
- "displayName": "TapTapSDK CloudSave",
4
- "description": "TapTapSDK CloudSave",
5
- "version": "4.8.4-beta.1",
6
- "unity": "2019.4",
7
- "license": "MIT",
8
- "dependencies": {
9
- "com.taptap.sdk.core": "4.8.4-beta.1",
10
- "com.taptap.sdk.login": "4.8.4-beta.1"
11
- }
2
+ "name": "com.taptap.sdk.cloudsave",
3
+ "displayName": "TapTapSDK CloudSave",
4
+ "description": "TapTapSDK CloudSave",
5
+ "version": "4.8.4-beta.2",
6
+ "unity": "2020.3.0f1",
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "com.taptap.sdk.core": "4.8.4-beta.2",
10
+ "com.taptap.sdk.login": "4.8.4-beta.2"
11
+ }
12
12
  }