File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Adjust/test/src/androidTest/java/com/adjust/sdk Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public TestActivityPackage(ActivityPackage activityPackage) {
5353 // default values
5454 appToken = "123456789012" ;
5555 environment = "sandbox" ;
56- clientSdk = "android4.11.0 " ;
56+ clientSdk = "android4.11.1 " ;
5757 suffix = "" ;
5858 attribution = new AdjustAttribution ();
5959 playServices = true ;
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ compile project(":adjust")
9797If you are using Maven, add this line instead:
9898
9999```
100- compile 'com.adjust.sdk:adjust-android:4.11.0 '
100+ compile 'com.adjust.sdk:adjust-android:4.11.1 '
101101```
102102
103103### <a id =" sdk-gps " ></a >Add Google Play Services
Original file line number Diff line number Diff line change 1- 4.11.0
1+ 4.11.1
Original file line number Diff line number Diff line change 33Add the dependency of the adjust sdk with the Criteo plugin:
44
55```
6- compile 'com.adjust.sdk:adjust-android-criteo:4.11.0 '
6+ compile 'com.adjust.sdk:adjust-android-criteo:4.11.1 '
77```
88
99Or integrate adjust with Criteo events by following these steps:
Original file line number Diff line number Diff line change 1- ## Migrate your adjust SDK for Android to 4.11.0 from 3.6.2
1+ ## Migrate your adjust SDK for Android to 4.11.1 from 3.6.2
22
33### The Application class
44
Original file line number Diff line number Diff line change 33Add the dependency of the adjust sdk with the Sociomantic plugin:
44
55```
6- compile 'com.adjust.sdk:adjust-android-sociomantic:4.11.0 '
6+ compile 'com.adjust.sdk:adjust-android-sociomantic:4.11.1 '
77```
88
99Or integrate adjust with Sociomantic events by following these steps:
Original file line number Diff line number Diff line change 33Add the dependency of the adjust sdk with the Trademob plugin:
44
55```
6- compile 'com.adjust.sdk:adjust-android-trademob:4.11.0 '
6+ compile 'com.adjust.sdk:adjust-android-trademob:4.11.1 '
77```
88
99Or integrate adjust with Trademob events by following these steps:
You can’t perform that action at this time.
0 commit comments