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 @@ -24,7 +24,7 @@ android {
2424 compileSdkVersion Integer . parseInt(project. ANDROID_BUILD_SDK_VERSION )
2525 defaultConfig {
2626 versionCode 11
27- versionName ' 3.5 .0'
27+ versionName ' 3.6 .0'
2828 minSdkVersion Integer . parseInt(project. ANDROID_BUILD_MIN_SDK_VERSION )
2929 targetSdkVersion Integer . parseInt(project. ANDROID_BUILD_TARGET_SDK_VERSION )
3030 }
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >adjust-android</artifactId >
77 <groupId >com.adjust.sdk</groupId >
8- <version >3.5 .0</version >
8+ <version >3.6 .0</version >
99 <packaging >jar</packaging >
1010 <name >Adjust Android SDK</name >
1111 <url >https://github.com/adjust/android_sdk</url >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public interface Constants {
2323 int THIRTY_MINUTES = 30 * ONE_MINUTE ;
2424
2525 String BASE_URL = "https://app.adjust.io" ;
26- String CLIENT_SDK = "android3.5 .0" ;
26+ String CLIENT_SDK = "android3.6 .0" ;
2727 String LOGTAG = "Adjust" ;
2828
2929 String SESSION_STATE_FILENAME = "AdjustIoActivityState" ;
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public void testFirstSession() {
9393
9494 // check the Sdk version is being tested
9595 assertEquals (activityPackage .getExtendedString (),
96- "android3.5 .0" , activityPackage .getClientSdk ());
96+ "android3.6 .0" , activityPackage .getClientSdk ());
9797
9898 // check the server url
9999 assertEquals (Constants .BASE_URL , "https://app.adjust.io" );
Original file line number Diff line number Diff line change 1- 3.5 .0
1+ 3.6 .0
Original file line number Diff line number Diff line change 1- ## Migrate your adjust SDK for Android to 3.5 .0 from v2.1.x
1+ ## Migrate your adjust SDK for Android to 3.6 .0 from v2.1.x
22
33We renamed the main class ` com.adeven.adjustio.AdjustIo ` to
44` 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
24244 . In the same fashion, replace ` adeven.adjustio ` with ` adjust.sdk ` in all
2525 manifest files to update the package name of the ` ReferrerReceiver ` .
2626
27- 5 . Download version v3.5 .0 and create a new Android project from the ` Adjust ` folder.
27+ 5 . Download version v3.6 .0 and create a new Android project from the ` Adjust ` folder.
2828
2929 ![ ] [ import ]
3030
@@ -36,7 +36,7 @@ We renamed the main class `com.adeven.adjustio.AdjustIo` to
3636
37378 . Build your project to confirm that everything is properly connected again.
3838
39- The adjust SDK v3.5 .0 added delegate notifications. Check out the [ README] for
39+ The adjust SDK v3.6 .0 added delegate notifications. Check out the [ README] for
4040details.
4141
4242
You can’t perform that action at this time.
0 commit comments