From d9fd90f87cecc72182e05a580d09a30bd16c9b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 05:28:19 +0000 Subject: [PATCH] build(deps): bump appCenterSdkVersion from 5.0.5 to 5.0.6 in /app Bumps `appCenterSdkVersion` from 5.0.5 to 5.0.6. Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.5 to 5.0.6 - [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.5...5.0.6) Updates `com.microsoft.appcenter:appcenter-crashes` from 5.0.5 to 5.0.6 - [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.5...5.0.6) --- updated-dependencies: - dependency-name: com.microsoft.appcenter:appcenter-analytics dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.microsoft.appcenter:appcenter-crashes dependency-type: direct:production update-type: version-update:semver-patch ... 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 98c00c1..8898a99 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -218,7 +218,7 @@ dependencies { implementation("io.noties.markwon:html:${markwonVersion}") implementation("io.noties.markwon:image:${markwonVersion}") - val appCenterSdkVersion = "5.0.5" + val appCenterSdkVersion = "5.0.6" implementation("com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}") implementation("com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}")