Note that the GPS/FB/MLKit packages that were previously built and released from this repository have been moved to the https://github.com/dotnet/android-libraries repository.
This was done to simplify maintenance and to reduce circular dependencies between the two repositories which should lead to fewer NuGet version conflict issues.
All packages have been moved, no packages have been obsoleted or dropped as part of this effort.
Microsoft creates and maintains .NET for Android bindings for many of Google's Google Play Services, Firebase, and ML Kit libraries.
Support for Xamarin.Android ended on May 1st, 2024. New versions of these packages will not support Xamarin.Android.
Google Play Services, Firebase, and ML Kit (GPS/FB/MLKit) are a set of libraries that allow Android apps to take advantage of Google APIs and services.
- This repository binds over 200 GPS/FB/MLKit libraries that are published to NuGet.org. The full package list can be found in config.json.
- GPS/FB/MLKit Java artifacts and some dependencies come from Google's Maven Respository.
- Additional dependencies come from Maven/Sonatype Central.
- Google's release notes for GPS/FB/MLKit libraries are available here.
- The major/minor/patch version numbers are the GPS/FB/MLKit library version prefixed with a
1
. For example, the NuGetXamarin.GooglePlayServices.Maps 117.0.1
binds version17.0.1
of the GPS librarycom.google.android.gms:play-services-maps
.- The revision version number is used when a new NuGet needs to be built but the GPS/FB/MLKit library has not been updated.
- We endeavor to release updated NuGets within a month after new GPS/FB/MLKit releases, however large changes occasionally require more time.
- In general, we do not bind pre-release libraries. As their API is not stable yet, it results in too much rework.
Full list of maven artifact to NuGet mappings:
Full list of maven artifact with versions to NuGet mappings with versions:
./docs/artifact-list-with-versions.md
The license for this repository is specified in LICENSE.md.
Each package published from this repository generally contains third-party code (ie: .jar
/.aar
) that is governed by its own license. Per-package license information is available in cgmanifest.json.
The externals
build task downloads some external dependencies from Google which are licensed under and subject to the terms of
Android Software Development Kit License Agreement
Instructions for building this repository are specified in BUILDING.md.
The Contribution Guidelines for this repository are listed in CONTRIBUTING.md.
This project is part of the .NET Foundation.