com.xd.sdk.common 7.1.0 → 7.1.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.
@@ -34,11 +34,11 @@ namespace XD.SDK.Common.Internal.Standalone
34
34
 
35
35
  private static string LoadConfigText()
36
36
  {
37
- // #if UNITY_EDITOR
38
- // var xdConfigFilePath = GetXDConfigPath(ConfigFile);
39
- // #else
37
+ #if UNITY_EDITOR
38
+ var xdConfigFilePath = GetXDConfigPath(ConfigFile);
39
+ #else
40
40
  var xdConfigFilePath = Path.Combine(Application.streamingAssetsPath, $"{ConfigFile}.json");
41
- // #endif
41
+ #endif
42
42
  return File.ReadAllText(xdConfigFilePath);
43
43
  }
44
44
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.common",
3
3
  "displayName": "XDGSDK Common",
4
- "version": "7.1.0",
4
+ "version": "7.1.1",
5
5
  "description": "XDGSDK",
6
6
  "unity": "2019.3",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.xd.sdk.foundation": "7.1.0"
9
+ "com.xd.sdk.foundation": "7.1.1"
10
10
  }
11
11
  }