com.amanotes.gdk 0.2.1 → 0.2.3

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,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [0.2.1 - 2023-06-06]
3
+ ## [0.2.3 - 2023-06-06]
4
4
  ### Refactor Ads module, support ironSource
5
5
  ### Refactor AmaPassport
6
6
  ### Refactor AmaGDK structure
Binary file
Binary file
Binary file
@@ -43,8 +43,7 @@ namespace Amanotes.Core.Internal
43
43
  {
44
44
  "FirebaseAnalyticsAdapter_v9.1.0",
45
45
  "AppsFlyerAdapter_v6.5.4",
46
-
47
- // "IronsourceAdapter_v7.2.6",
46
+ "IronsourceAdapter_v7.2.6",
48
47
  "FirebaseRemoteConfigAdapter_v9.1.0"
49
48
  };
50
49
 
package/Runtime/AmaGDK.cs CHANGED
@@ -9,7 +9,7 @@ namespace Amanotes.Core
9
9
  {
10
10
  public partial class AmaGDK : MonoBehaviour
11
11
  {
12
- public const string VERSION = "0.2.1";
12
+ public const string VERSION = "0.2.3";
13
13
 
14
14
  internal static AmaGDK _instance;
15
15
  internal static Status _status = Status.None;
@@ -100,8 +100,7 @@ namespace Amanotes.Core
100
100
 
101
101
  // Init modules (Adapter managers)
102
102
  Analytics.Init();
103
-
104
- //Ads.Init();
103
+ Ads.Init();
105
104
 
106
105
  _status = Status.Ready;
107
106
  _onReadyCallback?.Invoke();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2020.3",