Skip to content

Commit

Permalink
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
* 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] <support@github.com>

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
  • Loading branch information
dependabot[bot] and mattleibow committed May 19, 2023
1 parent 4c1a400 commit 6fddcbe
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.14.2.1</_XamarinAndroidGlideVersion>
<_XamarinAndroidGlideVersion>4.15.1</_XamarinAndroidGlideVersion>
<_XamarinAndroidXSecurityVersion>1.1.0-alpha05</_XamarinAndroidXSecurityVersion>
<_XamarinGoogleCryptoTinkAndroidVersion>1.8.0.1</_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.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'
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.14.2.1" />
<PackageReference Include="Xamarin.Android.Glide" Version="4.15.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Controls\src\Core\Controls.Core.csproj" />
Expand Down

0 comments on commit 6fddcbe

Please sign in to comment.