From c7e35f6d1a96e9f9dca8b92ee3807f46eaf3e30f Mon Sep 17 00:00:00 2001 From: Christian Wellenbrock Date: Thu, 21 Nov 2013 13:16:25 +0100 Subject: [PATCH] Update version to 2.1.3 --- 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 7a47c6f92..41b34add4 100644 --- a/AdjustIo/build.gradle +++ b/AdjustIo/build.gradle @@ -24,7 +24,7 @@ android { compileSdkVersion 19 defaultConfig { versionCode 11 - versionName '2.1.2' + versionName '2.1.3' minSdkVersion 8 targetSdkVersion 19 } diff --git a/AdjustIo/pom.xml b/AdjustIo/pom.xml index e66d30c2d..81816a95e 100644 --- a/AdjustIo/pom.xml +++ b/AdjustIo/pom.xml @@ -5,7 +5,7 @@ 4.0.0 adjustio-android com.adeven.adjustio - 2.1.2 + 2.1.3 jar UTF-8 diff --git a/AdjustIo/src/com/adeven/adjustio/Constants.java b/AdjustIo/src/com/adeven/adjustio/Constants.java index c5bfc49c7..400bcbf96 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.2"; + String CLIENT_SDK = "android2.1.3"; String LOGTAG = "AdjustIo"; String SESSION_STATE_FILENAME = "AdjustIoActivityState"; diff --git a/VERSION b/VERSION index eca07e4c1..ac2cdeba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2 +2.1.3 diff --git a/doc/migrate.md b/doc/migrate.md index e6ee47d92..b28bae00b 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate to AdjustIo SDK for Android v2.1.2 +## Migrate to AdjustIo SDK for Android v2.1.3 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.2 and create a new `Android Project from Existing Code` as + version v2.1.3 and create a new `Android Project from Existing Code` as described in the [README]. ![][import]