com.amanotes.gdk 0.2.32 → 0.2.33
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 +4 -0
- package/Editor/AmaGDKEditor.cs +0 -1
- package/Editor/Utils/AmaGDKEditor.ExtractVersion.cs +0 -1
- package/Extra/AmaGDKInstaller.unitypackage +0 -0
- package/Extra/AmaGDKProject.unitypackage +0 -0
- package/Packages/AmaGDKConfig.unitypackage +0 -0
- package/Packages/AmaGDKExample.unitypackage +0 -0
- package/Packages/AmaGDKTest.unitypackage +0 -0
- package/Packages/AppsFlyerAdRevenuePlugin.unitypackage +0 -0
- package/Packages/AppsFlyerAdapter_v6.5.4.unitypackage +0 -0
- package/Packages/FirebaseAnalyticsAdapter_v9.1.0.unitypackage +0 -0
- package/Packages/FirebaseRemoteConfigAdapter_v9.1.0.unitypackage +0 -0
- package/Packages/IronSourceAdapter_v7.2.6.unitypackage +0 -0
- package/Packages/RevenueCatAdapter_v6.0.0.unitypackage +0 -0
- package/Runtime/AmaGDK.cs +1 -2
- package/package.json +1 -1
- package/Packages/AdjustAdapter_v4.33.0.unitypackage +0 -0
- package/Packages/AdjustAdapter_v4.33.0.unitypackage.meta +0 -7
package/CHANGELOG.md
CHANGED
package/Editor/AmaGDKEditor.cs
CHANGED
|
@@ -101,7 +101,6 @@ namespace Amanotes.Editor
|
|
|
101
101
|
case FIREBASE_ANALYTICS: return FirebaseAnalytics();
|
|
102
102
|
case FIREBASE_REMOTE_CONFIG: return FirebaseRemoteConfig();
|
|
103
103
|
case APPSFLYER: return AppsFlyer();
|
|
104
|
-
case ADJUST: return Adjust();
|
|
105
104
|
case IRONSOURCE: return Ironsource();
|
|
106
105
|
case REVENUECAT: return RevenueCat();
|
|
107
106
|
default:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Runtime/AmaGDK.cs
CHANGED
|
@@ -14,7 +14,7 @@ namespace Amanotes.Core
|
|
|
14
14
|
{
|
|
15
15
|
public partial class AmaGDK : MonoBehaviour
|
|
16
16
|
{
|
|
17
|
-
public const string VERSION = "0.2.
|
|
17
|
+
public const string VERSION = "0.2.33";
|
|
18
18
|
|
|
19
19
|
internal static AmaGDK _instance;
|
|
20
20
|
internal static Status _status = Status.None;
|
|
@@ -251,7 +251,6 @@ namespace Amanotes.Core
|
|
|
251
251
|
public const string FIREBASE_ANALYTICS = "FirebaseAnalytics";
|
|
252
252
|
public const string FIREBASE_REMOTE_CONFIG = "FirebaseRemoteConfig";
|
|
253
253
|
public const string APPSFLYER = "AppsFlyer";
|
|
254
|
-
public const string ADJUST = "Adjust";
|
|
255
254
|
public const string IRONSOURCE = "IronSource";
|
|
256
255
|
public const string REVENUECAT = "RevenueCat";
|
|
257
256
|
}
|
package/package.json
CHANGED
|
Binary file
|