Skip to content

Commit bb2df5a

Browse files
committed
Merge pull request #19 from adjust/play_services
Play services
2 parents 77f65aa + 508113c commit bb2df5a

9 files changed

+3
-7
lines changed

Adjust_v3.3.0.unitypackage

-2.32 MB
Binary file not shown.

Adjust_v3.4.0.unitypackage

804 KB
Binary file not shown.

Assets/Adjust.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Adjust : MonoBehaviour {
1414
public AdjustUtil.AdjustEnvironment environment = AdjustUtil.AdjustEnvironment.Sandbox;
1515
public bool eventBuffering = false;
1616
public bool startManually = false;
17-
public const string sdkPrefix = "unity3.3.0";
17+
public const string sdkPrefix = "unity3.4.0";
1818

1919
void Awake() {
2020
if (!this.startManually) {

Assets/Plugins/Android/adjust.jar

4.17 KB
Binary file not shown.
-1.79 MB
Binary file not shown.

Assets/Plugins/Android/google-play-services.jar.meta

-4
This file was deleted.
Binary file not shown.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

0 commit comments

Comments
 (0)