Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[guava] update Guava dependencies #452

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Commits on Dec 21, 2021

  1. [guava] update Guava dependencies

    Context: xamarin/XamarinComponents#1312
    Context: xamarin/XamarinComponents@0874b32
    Context: https://www.nuget.org/packages/Xamarin.Google.Guava.FailureAccess/1.0.1.5
    Context: https://www.nuget.org/packages/Xamarin.Google.Guava.ListenableFuture/1.0.0.5
    
    If you do:
    
        $ mkdir foo ; cd foo
        $ dotnet new mauilib
        $ dotnet pack
    
    You end up redistributing `com.google.common.util.concurrent.ListenableFuture`
    in your MAUI class library NuGet package:
    
    * `foo.1.0.0.nupkg`
        * `lib\net6.0-android31.0\foo.aar`
            * `libs\78C2212B1AE12Ed.jar`
                * `com\google\common\util\concurrent\ListenableFuture.class`
    
    This was fixed in XamarinComponents and pushed to NuGet.org, but we
    need to update the AndroidX dependencies for the new versions.
    jonathanpeppers committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6e5eb2f View commit details
    Browse the repository at this point in the history