Skip to content

Commit

Permalink
Update version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wellle committed Nov 21, 2013
1 parent bcd7041 commit c7e35f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AdjustIo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
compileSdkVersion 19
defaultConfig {
versionCode 11
versionName '2.1.2'
versionName '2.1.3'
minSdkVersion 8
targetSdkVersion 19
}
Expand Down
2 changes: 1 addition & 1 deletion AdjustIo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>adjustio-android</artifactId>
<groupId>com.adeven.adjustio</groupId>
<version>2.1.2</version>
<version>2.1.3</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion AdjustIo/src/com/adeven/adjustio/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
4 changes: 2 additions & 2 deletions doc/migrate.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 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
`CLIENTSDK`) in `com.adeven.adjustio/Util.java`. It should look like
`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]
Expand Down

0 comments on commit c7e35f6

Please sign in to comment.