From 3e468a72e43cf3060c954011eb9b1a2752ce47d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 13:17:39 +0000 Subject: [PATCH] Bump appCenterSdkVersion from 2.5.1 to 3.2.2 Bumps `appCenterSdkVersion` from 2.5.1 to 3.2.2. Updates `appcenter-analytics` from 2.5.1 to 3.2.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/2.5.1...3.2.2) Updates `appcenter-crashes` from 2.5.1 to 3.2.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/2.5.1...3.2.2) Updates `appcenter-distribute` from 2.5.1 to 3.2.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/2.5.1...3.2.2) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 447c6f8e..bb7b5e7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' - def appCenterSdkVersion = '2.5.1' + def appCenterSdkVersion = '3.2.2' implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}" implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}" implementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"