Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Update Android bindings #160

Merged
merged 7 commits into from
Nov 21, 2019
Merged

Update Android bindings #160

merged 7 commits into from
Nov 21, 2019

Conversation

Redth
Copy link
Member

@Redth Redth commented Nov 16, 2019

No description provided.

@Redth Redth added the do-not-merge Not ready to merge label Nov 16, 2019
@mattleibow mattleibow marked this pull request as ready for review November 21, 2019 07:03

var pom = $"./externals/{artifact.ArtifactId}.pom";
if (!FileExists (pom))
DownloadFile(pomUrl, pom);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Download the poms so it is easy to check the dependencies. Not sure if there is another way/tool.

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<NoWarn>0108;0109;0114;0618</NoWarn>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove some of the warnings that are the result of the generator doing java.

@@ -54,14 +54,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Android.Support.Annotations" Version="27.0.2" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="27.0.2" />
<PackageReference Include="Xamarin.Android.Support.v7.RecyclerView" Version="27.0.2" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the dependencies that were not in the pom.

@mattleibow mattleibow added needs-review Review requested on code changes and removed do-not-merge Not ready to merge labels Nov 21, 2019
This is for the other tools in the pipeline template. Rather skip what we can't do on Windows.
@Redth Redth merged commit f268f4b into master Nov 21, 2019
@Redth Redth deleted the android-5.11 branch November 21, 2019 18:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-review Review requested on code changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants