From 678e08c61a2d791ecb0deddbef610fba564bb425 Mon Sep 17 00:00:00 2001 From: Christian Wellenbrock Date: Tue, 26 Nov 2013 13:18:23 +0100 Subject: [PATCH] Update version to 2.1.4 --- AdjustIo/build.gradle | 2 +- AdjustIo/pom.xml | 2 +- AdjustIo/src/com/adeven/adjustio/Constants.java | 2 +- VERSION | 2 +- doc/migrate.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AdjustIo/build.gradle b/AdjustIo/build.gradle index 41b34add4..3ab17b5ae 100644 --- a/AdjustIo/build.gradle +++ b/AdjustIo/build.gradle @@ -24,7 +24,7 @@ android { compileSdkVersion 19 defaultConfig { versionCode 11 - versionName '2.1.3' + versionName '2.1.4' minSdkVersion 8 targetSdkVersion 19 } diff --git a/AdjustIo/pom.xml b/AdjustIo/pom.xml index 81816a95e..351388da4 100644 --- a/AdjustIo/pom.xml +++ b/AdjustIo/pom.xml @@ -5,7 +5,7 @@ 4.0.0 adjustio-android com.adeven.adjustio - 2.1.3 + 2.1.4 jar UTF-8 diff --git a/AdjustIo/src/com/adeven/adjustio/Constants.java b/AdjustIo/src/com/adeven/adjustio/Constants.java index 400bcbf96..b7c246083 100644 --- a/AdjustIo/src/com/adeven/adjustio/Constants.java +++ b/AdjustIo/src/com/adeven/adjustio/Constants.java @@ -20,7 +20,7 @@ public interface Constants { int ONE_MINUTE = 60 * ONE_SECOND; String BASE_URL = "https://app.adjust.io"; - String CLIENT_SDK = "android2.1.3"; + String CLIENT_SDK = "android2.1.4"; String LOGTAG = "AdjustIo"; String SESSION_STATE_FILENAME = "AdjustIoActivityState"; diff --git a/VERSION b/VERSION index ac2cdeba0..7d2ed7c70 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 +2.1.4 diff --git a/doc/migrate.md b/doc/migrate.md index b28bae00b..c2cd4fab4 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate to AdjustIo SDK for Android v2.1.3 +## Migrate to AdjustIo SDK for Android v2.1.4 0. In order to save some time later on you might want to check your current SDK Version. You can find that value in a constant named `CLIENT_SDK` (or @@ -6,7 +6,7 @@ `android1.6` or similar. 1. Delete the old `AdjustIo` project from your `Package Explorer`. Download - version v2.1.3 and create a new `Android Project from Existing Code` as + version v2.1.4 and create a new `Android Project from Existing Code` as described in the [README]. ![][import]