Skip to content

Commit b09e83f

Browse files
authored
Merge pull request #115 from adjust/v4121
Version 4.12.0
2 parents 5b9c030 + 538006b commit b09e83f

File tree

9 files changed

+21
-14
lines changed

9 files changed

+21
-14
lines changed

Assets/Adjust/Android/AdjustAndroid.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace com.adjust.sdk
99
#if UNITY_ANDROID
1010
public class AdjustAndroid
1111
{
12-
private const string sdkPrefix = "unity4.12.0";
12+
private const string sdkPrefix = "unity4.12.1";
1313

1414
private static bool launchDeferredDeeplink = true;
1515

-232 Bytes
Binary file not shown.

Assets/Adjust/Android/adjust-android.jar.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Adjust/Windows/AdjustWindows.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace com.adjust.sdk
1616
{
1717
public class AdjustWindows
1818
{
19-
private const string sdkPrefix = "unity4.12.0";
19+
private const string sdkPrefix = "unity4.12.1";
2020
private static bool appLaunched = false;
2121

2222
public static void Start(AdjustConfig adjustConfig)

Assets/Adjust/iOS/AdjustiOS.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace com.adjust.sdk
99
#if UNITY_IOS
1010
public class AdjustiOS
1111
{
12-
private const string sdkPrefix = "unity4.12.0";
12+
private const string sdkPrefix = "unity4.12.1";
1313

1414
[DllImport("__Internal")]
1515
private static extern void _AdjustLaunchApp(

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 4.12.1 (1st February 2018)
2+
#### Native changes
3+
- https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4121-31st-january-2018
4+
5+
#### Native SDKs
6+
- [[email protected]][ios_sdk_v4.12.1]
7+
- [[email protected]][android_sdk_v4.12.1]
8+
- [[email protected]][windows_sdk_v4.12.0]
9+
10+
---
11+
112
### Version 4.12.0 (26th January 2018)
213
#### Added
314
- Added `getAmazonAdId` method to `Adjust` interface.
@@ -423,5 +434,6 @@
423434
[android_sdk_v4.11.3]: https://github.com/adjust/android_sdk/tree/v4.11.3
424435
[android_sdk_v4.11.4]: https://github.com/adjust/android_sdk/tree/v4.11.4
425436
[android_sdk_v4.12.0]: https://github.com/adjust/android_sdk/tree/v4.12.0
437+
[android_sdk_v4.12.1]: https://github.com/adjust/android_sdk/tree/v4.12.1
426438

427439
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12.0
1+
4.12.1

doc/migrate.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Migrate your adjust SDK for Unity3d to 4.12.0 from 3.4.4
1+
## Migrate your Adjust SDK for Unity3d to 4.12.1 from 3.4.4
22

33
### Migration procedure
44

@@ -7,14 +7,9 @@ adjust SDK are now moved to the `Assets/Adjust` folder, since Unity 5 allows tha
77
outside of `Assets/Plugins` folder. This is done so that adjust files are no longer mixed with files you may be
88
keeping in `Assets/Plugins` folder.
99

10-
For migration purposes, we have prepared two Unity packages:
10+
For migration purposes, we have prepared the Adjust SDK uninstall script written in Python (`adjust_uninstall.py`).
1111

12-
* `Adjust_v4.12.0_Unity_4.unitypackage` (for Unity 4 users)
13-
* `Adjust_v4.12.0_Unity_5.unitypackage` (for Unity 5 users)
14-
15-
and the adjust SDK uninstall script written in Python (`adjust_uninstall.py`).
16-
17-
Migration to version 4.12.0 of our SDK requires the following steps:
12+
Migration to version 4.12.1 of our SDK requires the following steps:
1813

1914
1. Copy the `adjust_uninstall.py` script to your root Unity project directory and run it. This script should
2015
delete all adjust source files from the previous SDK version you had.

ext/Android/sdk

Submodule sdk updated from 231d2f6 to a5927e1

0 commit comments

Comments
 (0)