File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 1- 2.1.3
1+ 2.1.4
Original file line number Diff line number Diff line change 1- ## Migrate to AdjustIo SDK for Android v2.1.3
1+ ## Migrate to AdjustIo SDK for Android v2.1.4
22
330 . 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
881 . 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 ]
You can’t perform that action at this time.
0 commit comments