Skip to content

Commit e9f941f

Browse files
committed
New version 4.11.1
1 parent b4375be commit e9f941f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Adjust/test/src/androidTest/java/com/adjust/sdk/TestActivityPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ compile project(":adjust")
9797
If 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.11.0
1+
4.11.1

doc/english/criteo_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Add 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

99
Or integrate adjust with Criteo events by following these steps:

doc/english/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

doc/english/sociomantic_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Add 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

99
Or integrate adjust with Sociomantic events by following these steps:

doc/english/trademob_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Add 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

99
Or integrate adjust with Trademob events by following these steps:

0 commit comments

Comments
 (0)