Skip to content

Commit

Permalink
Revert "Bump Xamarin.Android.Glide from 4.14.2.1 to 4.15.1 (#15089)"
Browse files Browse the repository at this point in the history
This reverts commit 6fddcbe.
  • Loading branch information
rmarinho committed May 30, 2023
1 parent a0ac8fe commit 186dc7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<_MicrosoftWebWebView2Version>1.0.1774.30</_MicrosoftWebWebView2Version>
<!-- GLIDE - the android maven artifact in /src/Core/AndroidNative/maui/build.gradle -->
<!-- must be kept in sync with the binding library version to it here: -->
<_XamarinAndroidGlideVersion>4.15.1</_XamarinAndroidGlideVersion>
<_XamarinAndroidGlideVersion>4.14.2.1</_XamarinAndroidGlideVersion>
<_XamarinAndroidXSecurityVersion>1.1.0-alpha05</_XamarinAndroidXSecurityVersion>
<_XamarinGoogleCryptoTinkAndroidVersion>1.8.0</_XamarinGoogleCryptoTinkAndroidVersion>
<!-- Android Maps -->
Expand Down
6 changes: 3 additions & 3 deletions src/Core/AndroidNative/maui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(_MauiDotNetTfm)-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
Expand Down Expand Up @@ -28,7 +28,7 @@
<Using Include="BenchmarkDotNet.Order" />
<Using Include="BenchmarkDotNet.Running" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.5.2136" />
<PackageReference Include="Xamarin.Android.Glide" Version="4.15.1" />
<PackageReference Include="Xamarin.Android.Glide" Version="4.14.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Controls\src\Core\Controls.Core.csproj" />
Expand Down

0 comments on commit 186dc7a

Please sign in to comment.