Skip to content

Commit a7c8e65

Browse files
committed
Merge pull request #33 from adjust/android_sdk_21
Android sdk 21
2 parents 927b8de + 607f0f2 commit a7c8e65

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

Adjust_v3.4.3.unitypackage

849 KB
Binary file not shown.

Assets/Adjust.cs

Lines changed: 1 addition & 1 deletion
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.4.2";
17+
public const string sdkPrefix = "unity3.4.3";
1818

1919
void Awake() {
2020
if (!this.startManually) {
58 KB
Binary file not shown.

Assets/Plugins/Android/adjust-android-3.6.1.jar.meta renamed to Assets/Plugins/Android/adjust-android-3.6.2.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

0 commit comments

Comments
 (0)