Skip to content

Commit 1078b76

Browse files
committed
Updated to v7.10.5
1 parent 9695e33 commit 1078b76

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33
<!--(CHANGELOG_TOP)-->
4+
**7.10.5**
5+
* Android: fixed a bug regarding OAID logic
6+
* Android: improved internal user id logic
7+
48
**7.10.4**
59
* added fix for bug with getting user id on win32/mac/android
610
* added fix for tvOS platform

Runtime/Android/gameanalytics.aar

4.92 KB
Binary file not shown.

Runtime/Scripts/Setup/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public struct HelpInfo
5353
/// The version of the GA Unity Wrapper plugin
5454
/// </summary>
5555
[HideInInspector]
56-
public static string VERSION = "7.10.4";
56+
public static string VERSION = "7.10.5";
5757

5858
[HideInInspector]
5959
public static bool CheckingForUpdates = false;

Runtime/iOS/libGameAnalytics.a

-25.9 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.gameanalytics.sdk",
3-
"version": "7.10.4",
3+
"version": "7.10.5",
44
"displayName": "GameAnalytics",
55
"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. ",
66
"unity": "2018.1",

0 commit comments

Comments
 (0)