Skip to content

Commit

Permalink
Merge pull request #19 from adjust/play_services
Browse files Browse the repository at this point in the history
Play services
  • Loading branch information
nonelse committed Jul 28, 2014
2 parents 77f65aa + 508113c commit bb2df5a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 7 deletions.
Binary file removed Adjust_v3.3.0.unitypackage
Binary file not shown.
Binary file added Adjust_v3.4.0.unitypackage
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Adjust.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Adjust : MonoBehaviour {
public AdjustUtil.AdjustEnvironment environment = AdjustUtil.AdjustEnvironment.Sandbox;
public bool eventBuffering = false;
public bool startManually = false;
public const string sdkPrefix = "unity3.3.0";
public const string sdkPrefix = "unity3.4.0";

void Awake() {
if (!this.startManually) {
Expand Down
Binary file modified Assets/Plugins/Android/adjust.jar
Binary file not shown.
Binary file removed Assets/Plugins/Android/google-play-services.jar
Binary file not shown.
4 changes: 0 additions & 4 deletions Assets/Plugins/Android/google-play-services.jar.meta

This file was deleted.

Binary file modified Assets/Plugins/Android/src/com/adjust/sdk/adjust.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0

0 comments on commit bb2df5a

Please sign in to comment.