Skip to content

Commit

Permalink
Updated to v7.10.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-ga committed May 27, 2024
1 parent dd09fb1 commit 8a6afbe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------
<!--(CHANGELOG_TOP)-->
**7.10.0-beta**
* added checks to safely upgrade from 7.6.0 , 7.6.1, 7.7.0 without having any impact on metrics for Android
* fixed impression callback json for Digital Turbine

**7.9.1**
* consent status is now tracked correctly on iOS
* bug fix for fps tracking on iOS
Expand Down
Binary file modified Runtime/Android/gameanalytics.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Setup/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public struct HelpInfo
/// The version of the GA Unity Wrapper plugin
/// </summary>
[HideInInspector]
public static string VERSION = "7.9.1";
public static string VERSION = "7.10.0-beta";

[HideInInspector]
public static bool CheckingForUpdates = false;
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "com.gameanalytics.sdk",
"version": "7.9.1",
"version": "7.10.0-beta",
"displayName": "GameAnalytics",
"description": "GameAnalytics collects and stores your data with no limits. You can then view your core KPI's in order to see what areas of your game need to improvements. If you want to find out more about how gamers play, then add in funnels, progression events and resource tracking. ",
"unity": "2018.1",
"private": true,
"dependencies": {
"com.google.external-dependency-manager": "1.2.168"
},
Expand Down

0 comments on commit 8a6afbe

Please sign in to comment.