We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4cb31 commit 607f0f2Copy full SHA for 607f0f2
Adjust_v3.4.3.unitypackage
849 KB
Assets/Adjust.cs
@@ -14,7 +14,7 @@ public class Adjust : MonoBehaviour {
14
public AdjustUtil.AdjustEnvironment environment = AdjustUtil.AdjustEnvironment.Sandbox;
15
public bool eventBuffering = false;
16
public bool startManually = false;
17
- public const string sdkPrefix = "unity3.4.2";
+ public const string sdkPrefix = "unity3.4.3";
18
19
void Awake() {
20
if (!this.startManually) {
VERSION
@@ -1 +1 @@
1
-3.4.2
+3.4.3
0 commit comments