From 523674329cc31110f7fc1388ee6fcd9b160cf975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:51:32 +0000 Subject: [PATCH] Bump appcenter from 5.0.1 to 5.0.2 Bumps `appcenter` from 5.0.1 to 5.0.2. Updates `com.microsoft.appcenter:appcenter-crashes` from 5.0.1 to 5.0.2 - [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.1...5.0.2) Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.1 to 5.0.2 - [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.1...5.0.2) --- updated-dependencies: - dependency-name: com.microsoft.appcenter:appcenter-crashes dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.microsoft.appcenter:appcenter-analytics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 168249c3a28..c30ea28979d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.0.1" kotlin = "1.8.21" nav = "2.5.3" -appcenter = "5.0.1" +appcenter = "5.0.2" libxposed = "100" glide = "4.15.1" okhttp = "4.11.0"