Skip to content

Commit 678e08c

Browse files
committed
Update version to 2.1.4
1 parent 7b65a6c commit 678e08c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

AdjustIo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
compileSdkVersion 19
2525
defaultConfig {
2626
versionCode 11
27-
versionName '2.1.3'
27+
versionName '2.1.4'
2828
minSdkVersion 8
2929
targetSdkVersion 19
3030
}

AdjustIo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>adjustio-android</artifactId>
77
<groupId>com.adeven.adjustio</groupId>
8-
<version>2.1.3</version>
8+
<version>2.1.4</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

AdjustIo/src/com/adeven/adjustio/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public interface Constants {
2020
int ONE_MINUTE = 60 * ONE_SECOND;
2121

2222
String BASE_URL = "https://app.adjust.io";
23-
String CLIENT_SDK = "android2.1.3";
23+
String CLIENT_SDK = "android2.1.4";
2424
String LOGTAG = "AdjustIo";
2525

2626
String SESSION_STATE_FILENAME = "AdjustIoActivityState";

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.3
1+
2.1.4

doc/migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## Migrate to AdjustIo SDK for Android v2.1.3
1+
## Migrate to AdjustIo SDK for Android v2.1.4
22

33
0. In order to save some time later on you might want to check your current SDK
44
Version. You can find that value in a constant named `CLIENT_SDK` (or
55
`CLIENTSDK`) in `com.adeven.adjustio/Util.java`. It should look like
66
`android1.6` or similar.
77

88
1. Delete the old `AdjustIo` project from your `Package Explorer`. Download
9-
version v2.1.3 and create a new `Android Project from Existing Code` as
9+
version v2.1.4 and create a new `Android Project from Existing Code` as
1010
described in the [README].
1111

1212
![][import]

0 commit comments

Comments
 (0)