Skip to content

Commit 3ff672d

Browse files
authored
Merge pull request #103 from adjust/v4112
Version 4.11.2
2 parents d3af821 + cf46895 commit 3ff672d

File tree

13 files changed

+23
-15
lines changed

13 files changed

+23
-15
lines changed

Assets/Adjust/Android/AdjustAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88
#if UNITY_ANDROID
99
public class AdjustAndroid : IAdjust {
1010
#region Fields
11-
private const string sdkPrefix = "unity4.11.1";
11+
private const string sdkPrefix = "unity4.11.2";
1212

1313
private static bool launchDeferredDeeplink = true;
1414

-1.02 KB
Binary file not shown.

Assets/Adjust/Android/adjust-android.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.

Assets/Adjust/Metro/AdjustMetro.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#endif
1212
namespace com.adjust.sdk {
1313
public class AdjustMetro : IAdjust {
14-
private const string sdkPrefix = "unity4.11.0";
14+
private const string sdkPrefix = "unity4.11.2";
1515

1616
public bool isEnabled() {
1717
#if UNITY_WSA_10_0

Assets/Adjust/WP8/AdjustWP8.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace com.adjust.sdk {
1010
public class AdjustWP8 : IAdjust {
11-
private const string sdkPrefix = "unity4.11.1";
11+
private const string sdkPrefix = "unity4.11.2";
1212

1313
public bool isEnabled() {
1414
return AdjustWP.IsEnabled();

Assets/Adjust/iOS/AdjustiOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88
#if UNITY_IOS
99
public class AdjustiOS : IAdjust {
1010
#region Fields
11-
private const string sdkPrefix = "unity4.11.1";
11+
private const string sdkPrefix = "unity4.11.2";
1212
#endregion
1313

1414
#region External methods

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Version 4.11.2 (6th March 2017)
2+
#### Changed
3+
- **[AND]** Removed connection validity checks.
4+
- **[AND]** Refactored native networking code.
5+
- **[AND]** Updated native Android SDK to version **4.11.3**.
6+
7+
---
8+
19
### Version 4.11.1 (29th March 2017)
210
#### Added
311
- **[iOS]** Added nullability annotations to public headers for Swift 3.0 compatibility.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ These are the minimal steps required to integrate the Adjust SDK into your Unity
5656

5757
Download the latest version from our [releases page][releases]. In there you will find two Unity packages:
5858

59-
* **Adjust_v4.11.1_Unity_4.unitypackage** - Use this package if you are using **Unity IDE version 4**.
60-
* **Adjust_v4.11.1_Unity_5.unitypackage** - Use this package if you are using **Unity IDE version 5**.
59+
* **Adjust_v4.11.2_Unity_4.unitypackage** - Use this package if you are using **Unity IDE version 4**.
60+
* **Adjust_v4.11.2_Unity_5.unitypackage** - Use this package if you are using **Unity IDE version 5**.
6161

6262
### <a id="sdk-add">Add the SDK to your project
6363

Scripts/Unity4Backup/Metro/AdjustMetro.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#endif
1212
namespace com.adjust.sdk {
1313
public class AdjustMetro : IAdjust {
14-
private const string sdkPrefix = "unity4.11.1";
14+
private const string sdkPrefix = "unity4.11.2";
1515

1616
public bool isEnabled() {
1717
#if UNITY_WSA_10_0

Scripts/Unity4Backup/WP8/AdjustWP8.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace com.adjust.sdk {
1010
public class AdjustWP8 : IAdjust {
11-
private const string sdkPrefix = "unity4.11.1";
11+
private const string sdkPrefix = "unity4.11.2";
1212

1313
public bool isEnabled() {
1414
return AdjustWP.IsEnabled();

0 commit comments

Comments
 (0)