diff --git a/eng/Versions.props b/eng/Versions.props index cbb5be8046b9..37c69d44cdd4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,7 +54,7 @@ <_MicrosoftWebWebView2Version>1.0.1774.30 - <_XamarinAndroidGlideVersion>4.15.1 + <_XamarinAndroidGlideVersion>4.14.2.1 <_XamarinAndroidXSecurityVersion>1.1.0-alpha05 <_XamarinGoogleCryptoTinkAndroidVersion>1.8.0 diff --git a/src/Core/AndroidNative/maui/build.gradle b/src/Core/AndroidNative/maui/build.gradle index 01a23cd69568..35ec87c0c79c 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.15.1' - implementation 'com.github.bumptech.glide:annotations:4.15.1' - annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' + 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 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' diff --git a/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj b/src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj index 40f7cce721b5..822cced9fba4 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 @@ - +