Skip to content

Commit

Permalink
Merge pull request #33 from adjust/android_sdk_21
Browse files Browse the repository at this point in the history
Android sdk 21
  • Loading branch information
nonelse committed Dec 22, 2014
2 parents 927b8de + 607f0f2 commit a7c8e65
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file added Adjust_v3.4.3.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.4.2";
public const string sdkPrefix = "unity3.4.3";

void Awake() {
if (!this.startManually) {
Expand Down
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.4.3

0 comments on commit a7c8e65

Please sign in to comment.