File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
24
24
compileSdkVersion 19
25
25
defaultConfig {
26
26
versionCode 11
27
- versionName ' 2.1.1 '
27
+ versionName ' 2.1.2 '
28
28
minSdkVersion 8
29
29
targetSdkVersion 19
30
30
}
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >adjustio-android</artifactId >
7
7
<groupId >com.adeven.adjustio</groupId >
8
- <version >2.1.1 </version >
8
+ <version >2.1.2 </version >
9
9
<packaging >jar</packaging >
10
10
<properties >
11
11
<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 {
20
20
int ONE_MINUTE = 60 * ONE_SECOND ;
21
21
22
22
String BASE_URL = "https://app.adjust.io" ;
23
- String CLIENT_SDK = "android2.1.1 " ;
23
+ String CLIENT_SDK = "android2.1.2 " ;
24
24
String LOGTAG = "AdjustIo" ;
25
25
26
26
String SESSION_STATE_FILENAME = "AdjustIoActivityState" ;
Original file line number Diff line number Diff line change 1
- 2.1.1
1
+ 2.1.2
Original file line number Diff line number Diff line change 1
- ## Migrate to AdjustIo SDK for Android v2.1.1
1
+ ## Migrate to AdjustIo SDK for Android v2.1.2
2
2
3
3
0 . In order to save some time later on you might want to check your current SDK
4
4
Version. You can find that value in a constant named ` CLIENT_SDK ` (or
5
5
` CLIENTSDK ` ) in ` com.adeven.adjustio/Util.java ` . It should look like
6
6
` android1.6 ` or similar.
7
7
8
8
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
10
10
described in the [ README] .
11
11
12
12
![ ] [ import ]
You can’t perform that action at this time.
0 commit comments