From 95d40a3c0ea0d5bfcde58b0cb0f677a654c88adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 13:01:49 +0000 Subject: [PATCH 1/2] Bump Xamarin.Android.Glide from 4.14.2.1 to 4.15.1 Bumps Xamarin.Android.Glide from 4.14.2.1 to 4.15.1. --- updated-dependencies: - dependency-name: Xamarin.Android.Glide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eng/Versions.props | 2 +- src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index b6222ea05f2c..6089affbff29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,7 +54,7 @@ <_MicrosoftWebWebView2Version>1.0.1722.45 - <_XamarinAndroidGlideVersion>4.14.2.1 + <_XamarinAndroidGlideVersion>4.15.1 <_XamarinAndroidXSecurityVersion>1.1.0-alpha05 <_XamarinGoogleCryptoTinkAndroidVersion>1.8.0.1 diff --git a/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj b/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj index 822cced9fba4..40f7cce721b5 100644 --- a/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj +++ b/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj @@ -1,4 +1,4 @@ - + $(_MauiDotNetTfm)-android 21 @@ -28,7 +28,7 @@ - + From 7c7c5a84efd9692995240eb758cee62ae24d1af2 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 17 May 2023 14:14:29 +0800 Subject: [PATCH 2/2] Update build.gradle --- src/Core/AndroidNative/maui/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Core/AndroidNative/maui/build.gradle b/src/Core/AndroidNative/maui/build.gradle index 35ec87c0c79c..01a23cd69568 100644 --- a/src/Core/AndroidNative/maui/build.gradle +++ b/src/Core/AndroidNative/maui/build.gradle @@ -26,9 +26,9 @@ android { } dependencies { - implementation 'com.github.bumptech.glide:glide:4.14.2' - implementation 'com.github.bumptech.glide:annotations:4.14.2' - annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' + implementation 'com.github.bumptech.glide:glide:4.15.1' + implementation 'com.github.bumptech.glide:annotations:4.15.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0'