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

Conversation

jonathanpeppers
Copy link
Member

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.

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.
@moljac moljac merged commit f97553f into xamarin:main Dec 21, 2021
@jonathanpeppers jonathanpeppers deleted the guava-5 branch December 21, 2021 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants