com.taptap.sdk.cloudsave 4.10.5 → 4.10.6

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-cloudsave-unity:4.10.5" />
7
+ <androidPackage spec="com.taptap.sdk:tap-cloudsave-unity:4.10.6" />
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.10.5" />
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/CloudSave" version="4.10.6" />
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.10.5-alpha.5";
10
+ public static readonly string Version = "4.10.6";
11
11
 
12
12
  public static void RegisterCloudSaveCallback(ITapCloudSaveCallback callback)
13
13
  {
@@ -1,8 +1,8 @@
1
- fileFormatVersion: 2
2
- guid: f7f2e379ae100ce46a26e8f67d2db8d9
3
- folderAsset: yes
4
- DefaultImporter:
5
- externalObjects: {}
6
- userData:
7
- assetBundleName:
8
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: f7f2e379ae100ce46a26e8f67d2db8d9
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -41,7 +41,7 @@ PluginImporter:
41
41
  settings:
42
42
  CPU: x86_64
43
43
  DefaultValueInitialized: true
44
- OS: AnyOS
44
+ OS: Windows
45
45
  - first:
46
46
  Standalone: Linux64
47
47
  second:
@@ -65,7 +65,7 @@ PluginImporter:
65
65
  second:
66
66
  enabled: 1
67
67
  settings:
68
- CPU: AnyCPU
68
+ CPU: x86_64
69
69
  - first:
70
70
  iPhone: iOS
71
71
  second:
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "com.taptap.sdk.cloudsave",
3
3
  "displayName": "TapTapSDK CloudSave",
4
4
  "description": "TapTapSDK CloudSave",
5
- "version": "4.10.5",
5
+ "version": "4.10.6",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.10.5",
10
- "com.taptap.sdk.login": "4.10.5"
9
+ "com.taptap.sdk.core": "4.10.6",
10
+ "com.taptap.sdk.login": "4.10.6"
11
11
  }
12
12
  }