Skip to content

Commit 013982e

Browse files
committed
Update version to 2.1.2
1 parent cf2652d commit 013982e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: AdjustIo/build.gradle

+1-1
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.1'
27+
versionName '2.1.2'
2828
minSdkVersion 8
2929
targetSdkVersion 19
3030
}

Diff for: AdjustIo/pom.xml

+1-1
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.1</version>
8+
<version>2.1.2</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Diff for: AdjustIo/src/com/adeven/adjustio/Constants.java

+1-1
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.1";
23+
String CLIENT_SDK = "android2.1.2";
2424
String LOGTAG = "AdjustIo";
2525

2626
String SESSION_STATE_FILENAME = "AdjustIoActivityState";

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
2.1.2

Diff for: doc/migrate.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## Migrate to AdjustIo SDK for Android v2.1.1
1+
## Migrate to AdjustIo SDK for Android v2.1.2
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.1 and create a new `Android Project from Existing Code` as
9+
version v2.1.2 and create a new `Android Project from Existing Code` as
1010
described in the [README].
1111

1212
![][import]

0 commit comments

Comments
 (0)