Skip to content

Commit 57f4684

Browse files
authored
Merge pull request #593 from adjust/v4381
Version 4.38.1
2 parents 6b58557 + a464ef9 commit 57f4684

File tree

17 files changed

+22
-15
lines changed

17 files changed

+22
-15
lines changed

Adjust/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
coreMinSdkVersion = 9
1010
coreCompileSdkVersion = 34
1111
coreTargetSdkVersion = 34
12-
coreVersionName = '4.38.0'
12+
coreVersionName = '4.38.1'
1313
defaultVersionCode = 1
1414
webbridgeMinSdkVersion = 17
1515
samsungReferrerMinSdkVersion = 18

Adjust/sdk-core/src/main/java/com/adjust/sdk/Adjust.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private Adjust() {
3434
*/
3535
public static synchronized AdjustInstance getDefaultInstance() {
3636
@SuppressWarnings("unused")
37-
String VERSION = "!SDK-VERSION-STRING!:com.adjust.sdk:adjust-android:4.38.0";
37+
String VERSION = "!SDK-VERSION-STRING!:com.adjust.sdk:adjust-android:4.38.1";
3838

3939
if (defaultInstance == null) {
4040
defaultInstance = new AdjustInstance();

Adjust/sdk-core/src/main/java/com/adjust/sdk/AdjustConfig.java

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public class AdjustConfig {
7070
public static final String AD_REVENUE_SOURCE_PUBLISHER = "publisher_sdk";
7171
public static final String AD_REVENUE_TOPON = "topon_sdk";
7272
public static final String AD_REVENUE_ADX = "adx_sdk";
73+
public static final String AD_REVENUE_TRADPLUS = "tradplus_sdk";
7374

7475
public AdjustConfig(Context context, String appToken, String environment) {
7576
init(context, appToken, environment, false);

Adjust/sdk-core/src/main/java/com/adjust/sdk/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface Constants {
3030

3131
String SCHEME = "https";
3232
String AUTHORITY = "app.adjust.com";
33-
String CLIENT_SDK = "android4.38.0";
33+
String CLIENT_SDK = "android4.38.1";
3434
String LOGTAG = "Adjust";
3535
String REFTAG = "reftag";
3636
String INSTALL_REFERRER = "install_referrer";

Adjust/sdk-plugin-criteo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// Add SDK via module.
3131
compileOnly project(':sdk-core')
3232
// Add SDK via Maven.
33-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
33+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3434
}
3535

3636
// read local properties

Adjust/sdk-plugin-imei/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// Add SDK via module.
3131
compileOnly project(':sdk-core')
3232
// Add SDK via Maven.
33-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
33+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3434
}
3535

3636
// read local properties

Adjust/sdk-plugin-oaid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
// Add SDK via module.
3434
compileOnly project(':sdk-core')
3535
// Add SDK via Maven.
36-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
36+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3737
implementation 'com.huawei.hms:ads-identifier:3.4.56.300'
3838
}
3939

Adjust/sdk-plugin-samsung-referrer/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
// Add SDK via module.
2828
compileOnly project(':sdk-core')
2929
// Add SDK via Maven.
30-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
30+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3131

3232
// Add Samsung referrer lib via Maven.
3333
implementation 'store.galaxy.samsung.installreferrer:samsung_galaxystore_install_referrer:3.0.1'

Adjust/sdk-plugin-sociomantic/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
// Add SDK via module.
2929
compileOnly project(':sdk-core')
3030
// Add SDK via Maven.
31-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
31+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3232
}
3333

3434
// read local properties

Adjust/sdk-plugin-trademob/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
// Add SDK via module.
2929
compileOnly project(':sdk-core')
3030
// Add SDK via Maven.
31-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
31+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3232
}
3333

3434
// read local properties

Adjust/sdk-plugin-vivo-referrer/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// Add SDK via module.
3131
compileOnly project(':sdk-core')
3232
// Add SDK via Maven.
33-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
33+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3434
}
3535

3636
// read local properties

Adjust/sdk-plugin-webbridge/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// Add SDK via module.
3131
compileOnly project(':sdk-core')
3232
// Add SDK via Maven.
33-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
33+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3434
}
3535

3636
// read local properties

Adjust/sdk-plugin-webbridge/src/main/assets/adjust.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ var Adjust = {
211211
if (this.adjustConfig) {
212212
return this.adjustConfig.getSdkPrefix();
213213
} else {
214-
return 'web-bridge4.38.0';
214+
return 'web-bridge4.38.1';
215215
}
216216
},
217217

Adjust/sdk-plugin-xiaomi-referrer/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
// Add SDK via module.
3232
compileOnly project(':sdk-core')
3333
// Add SDK via Maven.
34-
// implementation 'com.adjust.sdk:adjust-android:4.38.0'
34+
// implementation 'com.adjust.sdk:adjust-android:4.38.1'
3535

3636
// Add xiaomi referrer lib via Maven.
3737
implementation 'com.miui.referrer:homereferrer:1.0.0.6'

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

+1-1
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.38.0";
56+
clientSdk = "android4.38.1";
5757
suffix = "";
5858
attribution = new AdjustAttribution();
5959
playServices = true;

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 4.38.1 (30th January 2024)
2+
#### Added
3+
- Added support for `TradPlus` ad revenue tracking.
4+
5+
---
6+
17
### Version 4.38.0 (21st December 2023)
28
#### Added
39
- Added `toMap()` method to `AdjustAttribution` class to get all its fields in a `Map<String, String>` (thanks to @ntsk).

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.38.0
1+
4.38.1

0 commit comments

Comments
 (0)