diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6e7ec5..33643db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### Version 4.17.1 (19th February 2019) +#### Changed +- Using Xcode 10 to build native iOS parts of the ANE. + +#### Native SDKs +- [iOS@v4.17.1][ios_sdk_v4.17.1] +- [Android@v4.17.0][android_sdk_v4.17.0] + +--- + ### Version 4.17.0 (14th January 2019) #### Added - Added `getSdkVersion()` method to `Adjust` interface to obtain current SDK version string. diff --git a/VERSION b/VERSION index 43b58271..1b0a87fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.17.0 +4.17.1 diff --git a/doc/migrate.md b/doc/migrate.md index a69a8354..bb092e79 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate your adjust SDK for Adobe AIR to 4.17.0 from 3.4.3 +## Migrate your adjust SDK for Adobe AIR to 4.17.1 from 3.4.3 ### SDK initialization diff --git a/example/Main-app.xml b/example/Main-app.xml index 7736bd94..b16e3550 100644 --- a/example/Main-app.xml +++ b/example/Main-app.xml @@ -1,7 +1,7 @@ com.adjust.examples - 4.17.0 + 4.17.1 Adjust AIR SDK Demo diff --git a/src/com/adjust/sdk/Adjust.as b/src/com/adjust/sdk/Adjust.as index 45f94efe..bbbc2b12 100644 --- a/src/com/adjust/sdk/Adjust.as +++ b/src/com/adjust/sdk/Adjust.as @@ -4,7 +4,7 @@ package com.adjust.sdk { import flash.external.ExtensionContext; public class Adjust extends EventDispatcher { - private static var sdkPrefix:String = "adobe_air4.17.0"; + private static var sdkPrefix:String = "adobe_air4.17.1"; private static var errorMessage:String = "Adjust: SDK not started. Start it manually using the 'start' method"; private static var hasSdkStarted:Boolean = false; diff --git a/src/extension.xml b/src/extension.xml index 5286fdeb..f51ff2b8 100644 --- a/src/extension.xml +++ b/src/extension.xml @@ -1,6 +1,6 @@ com.adjust.sdk - 4.17.0 + 4.17.1 diff --git a/test/app/Main-app.xml b/test/app/Main-app.xml index e1388ae8..830425f7 100644 --- a/test/app/Main-app.xml +++ b/test/app/Main-app.xml @@ -1,7 +1,7 @@ com.adjust.examples - 4.17.0 + 4.17.1 Adjust AIR SDK Test diff --git a/test/plugin/src/extension.xml b/test/plugin/src/extension.xml index 63e41bb4..88e31ee4 100644 --- a/test/plugin/src/extension.xml +++ b/test/plugin/src/extension.xml @@ -1,6 +1,6 @@ com.adjust.test - 4.17.0 + 4.17.1