File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
test/src/com/adjust/sdk/test Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
25
25
compileSdkVersion 19
26
26
defaultConfig {
27
27
versionCode 11
28
- versionName ' 3.3.0 '
28
+ versionName ' 3.3.1 '
29
29
minSdkVersion 8
30
30
targetSdkVersion 19
31
31
}
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >adjust-android</artifactId >
7
7
<groupId >com.adjust.sdk</groupId >
8
- <version >3.3.0 </version >
8
+ <version >3.3.1 </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 @@ -19,7 +19,7 @@ public interface Constants {
19
19
int THIRTY_MINUTES = 30 * ONE_MINUTE ;
20
20
21
21
String BASE_URL = "https://app.adjust.io" ;
22
- String CLIENT_SDK = "android3.3.0 " ;
22
+ String CLIENT_SDK = "android3.3.1 " ;
23
23
String LOGTAG = "Adjust" ;
24
24
25
25
String SESSION_STATE_FILENAME = "AdjustIoActivityState" ;
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public void testFirstSession() {
92
92
93
93
// check the Sdk version is being tested
94
94
assertEquals (activityPackage .getExtendedString (),
95
- "android3.3.0 " , activityPackage .getClientSdk ());
95
+ "android3.3.1 " , activityPackage .getClientSdk ());
96
96
97
97
Map <String , String > parameters = activityPackage .getParameters ();
98
98
Original file line number Diff line number Diff line change 1
- 3.3.0
1
+ 3.3.1
Original file line number Diff line number Diff line change 1
- ## Migrate your adjust SDK for Android to 3.3.0 from v2.1.x
1
+ ## Migrate your adjust SDK for Android to 3.3.1 from v2.1.x
2
2
3
3
We renamed the main class ` com.adeven.adjustio.AdjustIo ` to
4
4
` com.adjust.sdk.Adjust ` . Follow these steps to update all adjust SDK calls.
@@ -24,7 +24,7 @@ We renamed the main class `com.adeven.adjustio.AdjustIo` to
24
24
4 . In the same fashion, replace ` adeven.adjustio ` with ` adjust.sdk ` in all
25
25
manifest files to update the package name of the ` ReferrerReceiver ` .
26
26
27
- 5 . Download version v3.3.0 and create a new Android project from the ` Adjust ` folder.
27
+ 5 . Download version v3.3.1 and create a new Android project from the ` Adjust ` folder.
28
28
29
29
![ ] [ import ]
30
30
@@ -36,7 +36,7 @@ We renamed the main class `com.adeven.adjustio.AdjustIo` to
36
36
37
37
8 . Build your project to confirm that everything is properly connected again.
38
38
39
- The adjust SDK v3.3.0 added delegate notifications. Check out the [ README] for
39
+ The adjust SDK v3.3.1 added delegate notifications. Check out the [ README] for
40
40
details.
41
41
42
42
You can’t perform that action at this time.
0 commit comments