From b83d77b38f86343e1bfc3f244da298dd8bc9bc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:47:13 +0000 Subject: [PATCH] Bump com.github.matomo-org:matomo-sdk-android from 4.1.4 to 4.3.1 Bumps [com.github.matomo-org:matomo-sdk-android](https://github.com/matomo-org/matomo-sdk-android) from 4.1.4 to 4.3.1. - [Release notes](https://github.com/matomo-org/matomo-sdk-android/releases) - [Commits](https://github.com/matomo-org/matomo-sdk-android/compare/4.1.4...4.3.1) --- updated-dependencies: - dependency-name: com.github.matomo-org:matomo-sdk-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ca30cb6..dcb6513 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { implementation("com.github.ctodobom:drag-select-recyclerview:0.3.4.ctodobom.sections") implementation("com.github.allgood:Android-Universal-Image-Loader:717a00c") implementation("com.github.ctodobom:FabToolbar:3c5f0e0ff1b6d5089e20b7da7157a604075ae943") - implementation("com.github.matomo-org:matomo-sdk-android:4.1.4") + implementation("com.github.matomo-org:matomo-sdk-android:4.3.1") implementation("com.github.MikeOrtiz:TouchImageView:3.3") val itextpdf_version = "7.2.5"