From bf520316c26b53273f6b37e5dfa8004db8298479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:41:30 +0200 Subject: [PATCH] Bump the maven group with 2 updates (#51) Bumps the maven group with 2 updates: [com.microsoft.appcenter:appcenter-crashes](https://github.com/microsoft/appcenter-sdk-android) and [com.microsoft.appcenter:appcenter-analytics](https://github.com/microsoft/appcenter-sdk-android). Updates `com.microsoft.appcenter:appcenter-crashes` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/microsoft/appcenter-sdk-android/releases) - [Changelog](https://github.com/microsoft/appcenter-sdk-android/blob/develop/CHANGELOG.md) - [Commits](https://github.com/microsoft/appcenter-sdk-android/compare/5.0.4...5.0.5) Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/microsoft/appcenter-sdk-android/releases) - [Changelog](https://github.com/microsoft/appcenter-sdk-android/blob/develop/CHANGELOG.md) - [Commits](https://github.com/microsoft/appcenter-sdk-android/compare/5.0.4...5.0.5) Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/microsoft/appcenter-sdk-android/releases) - [Changelog](https://github.com/microsoft/appcenter-sdk-android/blob/develop/CHANGELOG.md) - [Commits](https://github.com/microsoft/appcenter-sdk-android/compare/5.0.4...5.0.5) --- updated-dependencies: - dependency-name: com.microsoft.appcenter:appcenter-crashes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.microsoft.appcenter:appcenter-analytics dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.microsoft.appcenter:appcenter-analytics dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ab9243d7..49a41293 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.6.1" kotlin = "2.0.20" nav = "2.8.1" -appcenter = "5.0.4" +appcenter = "5.0.5" libxposed = "100" glide = "4.16.0" okhttp = "4.12.0"