From f30b87fb4b8294ffa5a459e3b6588093e5b4e0e4 Mon Sep 17 00:00:00 2001 From: Christian Wellenbrock Date: Fri, 10 Jan 2014 12:58:38 +0100 Subject: [PATCH] Update version to 2.1.5 --- 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 3ab17b5ae..182a07386 100644 --- a/AdjustIo/build.gradle +++ b/AdjustIo/build.gradle @@ -24,7 +24,7 @@ android { compileSdkVersion 19 defaultConfig { versionCode 11 - versionName '2.1.4' + versionName '2.1.5' minSdkVersion 8 targetSdkVersion 19 } diff --git a/AdjustIo/pom.xml b/AdjustIo/pom.xml index 351388da4..eed575013 100644 --- a/AdjustIo/pom.xml +++ b/AdjustIo/pom.xml @@ -5,7 +5,7 @@ 4.0.0 adjustio-android com.adeven.adjustio - 2.1.4 + 2.1.5 jar UTF-8 diff --git a/AdjustIo/src/com/adeven/adjustio/Constants.java b/AdjustIo/src/com/adeven/adjustio/Constants.java index 400885a3b..4a157d927 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 THIRTY_MINUTES = 30 * ONE_MINUTE; String BASE_URL = "https://app.adjust.io"; - String CLIENT_SDK = "android2.1.4"; + String CLIENT_SDK = "android2.1.5"; String LOGTAG = "AdjustIo"; String SESSION_STATE_FILENAME = "AdjustIoActivityState"; diff --git a/VERSION b/VERSION index 7d2ed7c70..cd57a8b95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.4 +2.1.5 diff --git a/doc/migrate.md b/doc/migrate.md index c2cd4fab4..ea0f3cdea 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate to AdjustIo SDK for Android v2.1.4 +## Migrate to AdjustIo SDK for Android v2.1.5 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.4 and create a new `Android Project from Existing Code` as + version v2.1.5 and create a new `Android Project from Existing Code` as described in the [README]. ![][import]