Skip to content

Commit

Permalink
Merge pull request #19 from adeven/development
Browse files Browse the repository at this point in the history
Update version in pom.xml, update version to 2.1.1
  • Loading branch information
wellle committed Oct 1, 2013
2 parents 1351ead + b34b312 commit 67d4356
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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>1.5</version>
<version>2.1.1</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/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
public class Util {
protected static final String BASE_URL = "https://app.adjust.io";
protected static final String CLIENT_SDK = "android2.1.0";
protected static final String CLIENT_SDK = "android2.1.1";

private static final String UNKNOWN = "unknown";

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
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.0
## Migrate to AdjustIo SDK for Android v2.1.1

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.0 and create a new `Android Project from Existing Code` as
version v2.1.1 and create a new `Android Project from Existing Code` as
described in the [README].

![][import]
Expand Down

0 comments on commit 67d4356

Please sign in to comment.