Skip to content

Commit 28045ca

Browse files
authored
Merge pull request #508 from adjust/v4285
Version 4.28.5
2 parents b45e397 + 1673cc4 commit 28045ca

File tree

24 files changed

+51
-30
lines changed

24 files changed

+51
-30
lines changed

Adjust/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
coreMinSdkVersion = 9
1010
coreCompileSdkVersion = 30
1111
coreTargetSdkVersion = 30
12-
coreVersionName = '4.28.4'
12+
coreVersionName = '4.28.5'
1313
defaultVersionCode = 1
1414
webbridgeMinSdkVersion = 17
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private Adjust() {
3232
*/
3333
public static synchronized AdjustInstance getDefaultInstance() {
3434
@SuppressWarnings("unused")
35-
String VERSION = "!SDK-VERSION-STRING!:com.adjust.sdk:adjust-android:4.28.4";
35+
String VERSION = "!SDK-VERSION-STRING!:com.adjust.sdk:adjust-android:4.28.5";
3636

3737
if (defaultInstance == null) {
3838
defaultInstance = new AdjustInstance();

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class AdjustConfig {
5555
public static final String AD_REVENUE_MOPUB = "mopub";
5656
public static final String AD_REVENUE_ADMOB = "admob_sdk";
5757
public static final String AD_REVENUE_IRONSOURCE = "ironsource_sdk";
58+
public static final String AD_REVENUE_ADMOST = "admost_sdk";
5859

5960
public AdjustConfig(Context context, String appToken, String environment) {
6061
init(context, appToken, environment, false);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface Constants {
2929

3030
String SCHEME = "https";
3131
String AUTHORITY = "app.adjust.com";
32-
String CLIENT_SDK = "android4.28.4";
32+
String CLIENT_SDK = "android4.28.5";
3333
String LOGTAG = "Adjust";
3434
String REFTAG = "reftag";
3535
String INSTALL_REFERRER = "install_referrer";

Adjust/sdk-plugin-criteo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
// Add SDK via module.
2626
compileOnly project(':sdk-core')
2727
// Add SDK via Maven.
28-
// implementation 'com.adjust.sdk:adjust-android:4.28.4'
28+
// implementation 'com.adjust.sdk:adjust-android:4.28.5'
2929
}
3030

3131
task adjustCriteoAndroidAar (type: Copy) {

Adjust/sdk-plugin-imei/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// Add SDK via module.
2525
compileOnly project(':sdk-core')
2626
// Add SDK via Maven.
27-
// implementation 'com.adjust.sdk:adjust-android:4.28.4'
27+
// implementation 'com.adjust.sdk:adjust-android:4.28.5'
2828
}
2929

3030
task adjustImeiAndroidAar (type: Copy) {

Adjust/sdk-plugin-oaid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// Add SDK via module.
2525
compileOnly project(':sdk-core')
2626
// Add SDK via Maven.
27-
// implementation 'com.adjust.sdk:adjust-android:4.28.4'
27+
// implementation 'com.adjust.sdk:adjust-android:4.28.5'
2828
}
2929

3030
task adjustOaidAndroidAar (type: Copy) {

Adjust/sdk-plugin-sociomantic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// Add SDK via module.
2525
compileOnly project(':sdk-core')
2626
// Add SDK via Maven.
27-
// implementation 'com.adjust.sdk:adjust-android:4.28.4'
27+
// implementation 'com.adjust.sdk:adjust-android:4.28.5'
2828
}
2929

3030
task adjustSociomanticAndroidAar (type: Copy) {

Adjust/sdk-plugin-trademob/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// Add SDK via module.
2525
compileOnly project(':sdk-core')
2626
// Add SDK via Maven.
27-
// implementation 'com.adjust.sdk:adjust-android:4.28.4'
27+
// implementation 'com.adjust.sdk:adjust-android:4.28.5'
2828
}
2929

3030
task adjustTrademobAndroidAar (type: Copy) {

Adjust/sdk-plugin-webbridge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// Add SDK via module.
2525
compileOnly project(':sdk-core')
2626
// Add SDK via Maven.
27-
// implementation 'com.adjust.sdk:adjust-android:4.28.4'
27+
// implementation 'com.adjust.sdk:adjust-android:4.28.5'
2828
}
2929

3030
task adjustWebBridgeAndroidAar (type: Copy) {

0 commit comments

Comments
 (0)