This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
v10.2.1 #56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also add filewrites to help clean target
Basement Build Task Improvements
These libs in 10.2.0 have a direct dependency on Tasks
Each time we update the sdk version we bind against, we have to re-evaluate the dependency chain between the native libraries so that we can mimick them in our bindings (for nuget packages and the binding projects themselves). Traditionally we’ve used an internal utility to help list the dependency graph from a maven repository. This workbook file will help determine changes in the dependency graph between versions of the native libraries. The idea is to use this workbook and manually inspect and implement the dependency graph changes. The workbook makes it much easier and quicker to figure out what those changes are.
This fixes some other derived classes from going missing in the binding generator.
Going to start trying to track regressions specifically against any fixes made due to issues filed.
With a fix to use CPU_COUNT=1 on !Windows as MSBuild has some issues there when you specify > 1 even though it doesn’t support parallel builds.
It used to be easy to forget to keep the WEAR_NUGET_VERSION in line with the PLAY_NUGET_VERSION, especially if we were switching to a prerelease (eg: -beta1). This should help avoid this mistake from being made.
We previously removed Xamarin.GooglePlayServices.AppIndexing as google no longer ships a play-services-appindexing, but instead they ship firebase-appindexing with all the old types (and more) that were previously in the old package. This caused breaks in apps where they referenced libraries depending on Xamarin.GooglePlayServices.AppIndexing from an older version wanting to upgrade their play services packages to a new version. This new package will ship an assembly with only type forwarded statements in it to allow old libraries to continue to work and see the types in their new location.
The Aar listing is currently used to loop through items to process nuspec template files for, however with the typeforwarded lib, we don’t have an aar to extract, so there’s no aar info listing for it and it wouldn’t be processed. This adds the processing to other arbitrary files.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated bindings to use v10.2.1 of Google Play Services SDK