Skip to content

Commit 0691fde

Browse files
committed
Update version to 1.6
1 parent 0310c2f commit 0691fde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*/
5353
public class Util {
5454
private static final String BASEURL = "https://app.adjust.io";
55-
private static final String CLIENTSDK = "android1.5";
55+
private static final String CLIENTSDK = "android1.6";
5656

5757
private static final String UNKNOWN = "unknown";
5858

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5
1+
1.6

0 commit comments

Comments
 (0)