diff --git a/CHANGELOG.md b/CHANGELOG.md index 33643db9..71e1d5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### Version 4.17.2 (21st February 2019) +#### Changed +- Increased **ios_version_min** to **8.0** from **6.0** (for reference: https://github.com/adjust/adobe_air_sdk/issues/46). + +#### Native SDKs +- [iOS@v4.17.1][ios_sdk_v4.17.1] +- [Android@v4.17.0][android_sdk_v4.17.0] + +--- + ### Version 4.17.1 (19th February 2019) #### Changed - Using Xcode 10 to build native iOS parts of the ANE. diff --git a/VERSION b/VERSION index 1b0a87fd..1c8fd19f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.17.1 +4.17.2 diff --git a/doc/migrate.md b/doc/migrate.md index bb092e79..cf4909a5 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate your adjust SDK for Adobe AIR to 4.17.1 from 3.4.3 +## Migrate your adjust SDK for Adobe AIR to 4.17.2 from 3.4.3 ### SDK initialization diff --git a/example/Main-app.xml b/example/Main-app.xml index b16e3550..1443eeb4 100644 --- a/example/Main-app.xml +++ b/example/Main-app.xml @@ -1,7 +1,7 @@ com.adjust.examples - 4.17.1 + 4.17.2 Adjust AIR SDK Demo diff --git a/src/com/adjust/sdk/Adjust.as b/src/com/adjust/sdk/Adjust.as index bbbc2b12..658072ab 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.1"; + private static var sdkPrefix:String = "adobe_air4.17.2"; 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 f51ff2b8..ef0ad42c 100644 --- a/src/extension.xml +++ b/src/extension.xml @@ -1,6 +1,6 @@ com.adjust.sdk - 4.17.1 + 4.17.2 diff --git a/src/platformoptions.xml b/src/platformoptions.xml index 3fc9b378..aca2482e 100644 --- a/src/platformoptions.xml +++ b/src/platformoptions.xml @@ -1,7 +1,7 @@ 7.0 - + diff --git a/test/app/Main-app.xml b/test/app/Main-app.xml index 830425f7..e291d860 100644 --- a/test/app/Main-app.xml +++ b/test/app/Main-app.xml @@ -1,7 +1,7 @@ com.adjust.examples - 4.17.1 + 4.17.2 Adjust AIR SDK Test diff --git a/test/plugin/src/extension.xml b/test/plugin/src/extension.xml index 88e31ee4..d1452b89 100644 --- a/test/plugin/src/extension.xml +++ b/test/plugin/src/extension.xml @@ -1,6 +1,6 @@ com.adjust.test - 4.17.1 + 4.17.2