build(deps): bump appCenterSdkVersion from 4.4.4 to 4.4.5 (#102)

Bumps `appCenterSdkVersion` from 4.4.4 to 4.4.5.

Updates `appcenter-analytics` from 4.4.4 to 4.4.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/4.4.4...4.4.5)

Updates `appcenter-crashes` from 4.4.4 to 4.4.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/4.4.4...4.4.5)

---
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-28 22:10:31 +08:00
committed by GitHub
parent 65e7d3aad9
commit 1d2408af11

View File

@@ -143,7 +143,7 @@ dependencies {
// festival title
implementation("com.github.jinatonic.confetti:confetti:1.1.2")
implementation("com.github.MatteoBattilana:WeatherView:3.0.0")
val appCenterSdkVersion = "4.4.4"
val appCenterSdkVersion = "4.4.5"
implementation("com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}")
implementation("com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}")
}