Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

v10.2.1 #56

Merged
merged 31 commits into from
May 5, 2017
Merged

v10.2.1 #56

merged 31 commits into from
May 5, 2017

Conversation

Redth
Copy link
Member

@Redth Redth commented Apr 4, 2017

Updated bindings to use v10.2.1 of Google Play Services SDK

Redth added 22 commits February 21, 2017 15:34
Also add filewrites to help clean target
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.
Redth added 7 commits April 7, 2017 09:34
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.
Redth added 2 commits May 2, 2017 16:13
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.
@Redth Redth merged commit 08dc0d1 into master May 5, 2017
@Redth Redth deleted the v10.2.1 branch May 5, 2017 00:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants