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

[tests] enable Xamarin.Android.LibraryProjectZip-LibBinding test #8588

Merged

Commits on Dec 12, 2023

  1. [tests] enable Xamarin.Android.LibraryProjectZip-LibBinding test

    Fixes: dotnet#7794
    
    * Port `Xamarin.Android.LibraryProjectZip-LibBinding.csproj` to .NET 9.
    
    * Update to a more recent gradle version, I chose the one MAUI is using:
    
    https://github.com/dotnet/maui/blob/3c7b65264d2f341a48db32263a271fd8718cfd23/src/Core/AndroidNative/build.gradle#L8
    
    * Use `mavenCentral()` instead of `jcenter()` as the latter is deprecated.
    
    * Fix `Outputs` by running `<Touch Files="$(OutputPath)JavaLib.aar" />`
    
    This enables the last few tests in dotnet#7794.
    jonathanpeppers committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e989299 View commit details
    Browse the repository at this point in the history