From cbe8659571e9d4534fa3a41f3c877d58a94a51ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:56:36 +0000 Subject: [PATCH] chore: bump com.adjust.sdk:adjust-android from 4.33.3 to 4.33.4 Bumps [com.adjust.sdk:adjust-android](https://github.com/adjust/android_sdk) from 4.33.3 to 4.33.4. - [Release notes](https://github.com/adjust/android_sdk/releases) - [Changelog](https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/adjust/android_sdk/compare/v4.33.3...v4.33.4) --- updated-dependencies: - dependency-name: com.adjust.sdk:adjust-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8f2288..b5b32e5 100644 --- a/build.gradle +++ b/build.gradle @@ -42,5 +42,5 @@ android { dependencies { testImplementation files('libs/java-json.jar') - api 'com.adjust.sdk:adjust-android:4.33.3' + api 'com.adjust.sdk:adjust-android:4.33.4' }