From 8bea9956b7d949e9ebbceea0715a882e902922cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 13:18:43 +0000 Subject: [PATCH] Bump appCenterSdkVersion from 2.5.1 to 3.1.0 Bumps `appCenterSdkVersion` from 2.5.1 to 3.1.0. Updates `appcenter-analytics` from 2.5.1 to 3.1.0 - [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.1.0) Updates `appcenter-crashes` from 2.5.1 to 3.1.0 - [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.1.0) Updates `appcenter-distribute` from 2.5.1 to 3.1.0 - [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.1.0) 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..2c7d86a2 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.1.0' implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}" implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}" implementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"