com.amanotes.gdk 0.2.79 → 0.2.80

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.80] - 2024-11-13
4
+ - [Dev] Don't use obsolete functions
5
+ - [Dev] Add CrashlyticHook
6
+
3
7
  ## [0.2.79] - 2024-11-13
4
8
  - [Dev] Add callbacks for IAP module
5
9
  - [Fix] Return empty collections instead of null in RevenueCatAdapter
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cbf5a5557d9ac40ab83b6587b81640cb
2
+ guid: f1f8828296a16440f8aab012f540cebd
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
Binary file
Binary file
Binary file
Binary file
Binary file
package/Runtime/AmaGDK.cs CHANGED
@@ -27,7 +27,7 @@ namespace Amanotes.Core
27
27
  {
28
28
  public partial class AmaGDK : MonoBehaviour
29
29
  {
30
- public const string VERSION = "0.2.79";
30
+ public const string VERSION = "0.2.80";
31
31
 
32
32
  internal static Status _status = Status.None;
33
33
  private static ConfigAsset _config = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.79",
3
+ "version": "0.2.80",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2019.4",