Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Adjust/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
coreMinSdkVersion = 21
coreCompileSdkVersion = 36
coreTargetSdkVersion = 36
coreVersionName = '5.4.4'
coreVersionName = '5.4.5'
defaultVersionCode = 1
webbridgeMinSdkVersion = 21
samsungReferrerMinSdkVersion = 21
Expand Down
2 changes: 1 addition & 1 deletion Adjust/examples/example-app-fbpixel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies {

implementation project(':sdk-core')
implementation project(':plugins:sdk-plugin-webbridge')
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'
}
2 changes: 1 addition & 1 deletion Adjust/examples/example-app-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies {
implementation 'com.google.android.gms:play-services-appset:16.1.0'

implementation project(':sdk-core')
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'
}
2 changes: 1 addition & 1 deletion Adjust/examples/example-app-keyboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies {
implementation 'com.google.android.gms:play-services-appset:16.1.0'

implementation project(':sdk-core')
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'
}
2 changes: 1 addition & 1 deletion Adjust/examples/example-app-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ dependencies {
implementation 'com.google.android.gms:play-services-appset:16.1.0'

implementation project(':sdk-core')
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'
}
2 changes: 1 addition & 1 deletion Adjust/examples/example-app-tv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies {
implementation 'com.google.android.gms:play-services-appset:16.1.0'

implementation project(':sdk-core')
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'
}
2 changes: 1 addition & 1 deletion Adjust/examples/example-app-webbridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {

implementation project(':sdk-core')
implementation project(':plugins:sdk-plugin-webbridge')
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'
}
6 changes: 3 additions & 3 deletions Adjust/plugins/sdk-plugin-google-lvl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'

repositories {
maven {
url "https://oss.sonatype.org/content/repositories/staging/"
url "https://central.sonatype.com/repository/maven-snapshots/"
}
}

Expand Down Expand Up @@ -128,9 +128,9 @@ afterEvaluate {
maven {
if (rootProject.ext.coreVersionName.toString().contains('SNAPSHOT')) {
println "Using Maven SNAPSHOT repository for publishing"
url "https://oss.sonatype.org/content/repositories/snapshots/"
url "https://central.sonatype.com/repository/maven-snapshots/"
} else {
url "https://oss.sonatype.org/service/local/staging/deploy/maven2"
url "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2"
}
if (project.hasProperty("sonatypeUsername")) {
credentials {
Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-huawei-referrer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'
}

// read local properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<!-- https://developer.huawei.com/consumer/en/doc/3020903#h1-2-channel-id-query-api-of-the-appgallery-client-->
<uses-permission android:name="com.huawei.appmarket.service.commondata.permission.GET_COMMON_DATA" />

<queries>
<!-- Make Huawei AppGallery's provider visible to plugin -->
<provider android:authorities="com.huawei.appmarket.commondata" />
</queries>

</manifest>
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-imei/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'
}

// read local properties
Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-meta-referrer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'
}

// read local properties
Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-oaid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'
implementation 'com.huawei.hms:ads-identifier:3.4.56.300'
}

Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-samsung-clouddev/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'

// Add Samsung clouddev lib.
compileOnly fileTree(include: ['*.aar'], dir: 'libs')
Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-samsung-referrer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'

// Add Samsung referrer lib via Maven.
implementation 'store.galaxy.samsung.installreferrer:samsung_galaxystore_install_referrer:3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-vivo-referrer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'
}

// read local properties
Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-webbridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'
}

// read local properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ var Adjust = {
if (this.adjustConfig) {
return this.adjustConfig.getSdkPrefix();
} else {
return 'web-bridge5.4.4';
return 'web-bridge5.4.5';
}
},

Expand Down
2 changes: 1 addition & 1 deletion Adjust/plugins/sdk-plugin-xiaomi-referrer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
// Add SDK via module.
compileOnly project(':sdk-core')
// Add SDK via Maven.
// implementation 'com.adjust.sdk:adjust-android:5.4.4'
// implementation 'com.adjust.sdk:adjust-android:5.4.5'

// Add xiaomi referrer lib via Maven.
implementation 'com.miui.referrer:homereferrer:1.0.0.6'
Expand Down
2 changes: 1 addition & 1 deletion Adjust/sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def customizePomForAar(pom) {
dependency {
groupId 'com.adjust.signature'
artifactId 'adjust-android-signature'
version '3.47.0'
version '3.61.0'
scope 'compile'
}
}
Expand Down
2 changes: 1 addition & 1 deletion Adjust/sdk-core/src/main/java/com/adjust/sdk/Adjust.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private Adjust() {
*/
public static synchronized AdjustInstance getDefaultInstance() {
@SuppressWarnings("unused")
String VERSION = "!SDK-VERSION-STRING!:com.adjust.sdk:adjust-android:5.4.4";
String VERSION = "!SDK-VERSION-STRING!:com.adjust.sdk:adjust-android:5.4.5";

if (defaultInstance == null) {
defaultInstance = new AdjustInstance();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ public interface AdjustLinkResolutionCallback {
private static final String[] expectedUrlHostSuffixArray = {
"adjust.com",
"adj.st",
"go.link"
"go.link",
"adjust.net.in",
"adjust.cn",
"adjust.world",
"adjust.io"
};

private AdjustLinkResolution() { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface Constants {

String SCHEME = "https";
String AUTHORITY = "app.adjust.com";
String CLIENT_SDK = "android5.4.4";
String CLIENT_SDK = "android5.4.5";
String LOGTAG = "Adjust";
String REFTAG = "reftag";
String INSTALL_REFERRER = "install_referrer";
Expand Down
2 changes: 1 addition & 1 deletion Adjust/tests/test-app-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
implementation 'com.android.installreferrer:installreferrer:2.2'
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'

implementation project(':sdk-core')
implementation project(':tests:test-options')
Expand Down
2 changes: 1 addition & 1 deletion Adjust/tests/test-app-webbridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
implementation 'com.android.installreferrer:installreferrer:2.2'
implementation 'com.adjust.signature:adjust-android-signature:3.47.0'
implementation 'com.adjust.signature:adjust-android-signature:3.61.0'

implementation project(':sdk-core')
implementation project(':plugins:sdk-plugin-webbridge')
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 5.4.5 (23rd October 2025)
#### Changed
- Updated the Adjust Signature library version to 3.61.0.
- Updated link resolution logic to include new Adjust domains where link resolution ends.

---

### Version 5.4.4 (18th September 2025)
#### Added
- Added support for Google License Verification (LVL). For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/android/plugins/google-lvl-plugin).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.4
5.4.5