From 7d20d7bd3935135f371e6432dab77f0b9d56263d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:57:37 +0800 Subject: [PATCH] Bump the maven-dependencies group with 2 updates (#2881) Bumps the maven-dependencies 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.3 to 5.0.4 Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.3 to 5.0.4 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 b24d1ca5..29edfa06 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.2.0" kotlin = "1.9.21" nav = "2.7.5" -appcenter = "5.0.3" +appcenter = "5.0.4" libxposed = "100" glide = "4.16.0" okhttp = "4.12.0"