Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
Перейти к файлу
Jonathan Pobst 71dba58c5c
Update README.md (#249)
2023-06-20 20:48:52 +02:00
.github Updates for .NET Foundation. 2016-04-26 22:49:24 -04:00
icons Add annotations icon 2017-12-06 09:45:49 -05:00
samples nuget.config for local feed in ../output folder 2020-02-12 07:47:42 +01:00
source pdb files (symbols) in nupkgs 2020-02-12 16:34:46 +01:00
tests Bump tests proj to -preview9 2018-12-12 16:50:00 -05:00
util Use the new yaml and dotnet tools 2019-08-28 04:52:02 +02:00
.gitignore Make sure to fatten the packages (#213) 2019-10-04 18:40:23 +02:00
External-Dependency-Info.txt Added notices to constraint layout nuspec 2017-10-10 10:29:58 -04:00
LICENSE.md missing license added 2018-12-28 19:28:15 +01:00
README.md Update README.md (#249) 2023-06-20 20:48:52 +02:00
THIRD-PARTY-NOTICES Added notices file for sample content 2016-10-07 09:48:45 -04:00
azure-pipelines.yml PR master added 2020-03-10 18:30:45 +01:00
build.cake Debug and Release builds - to surface ACW issues before linker kicks in 2020-02-18 18:14:53 +01:00
cake.config Initial commit using binding project generation tool 2018-08-03 14:17:57 -04:00
config.json android.arch.paging artifacts added (detected by R8) 2020-01-21 17:10:29 +01:00
fatten.ps1 Make sure to fatten the packages (#213) 2019-10-04 18:40:23 +02:00
nuget.cake Cake does not like `[` for some reason 2019-11-25 20:26:31 +02:00

README.md

Android Support for Xamarin.Android

Xamarin.Android bindings for the now-deprecated Google Android Support Libraries. These libraries have been replaced with AndroidX libraries.

AndroidX

For AndroidX, please see https://github.com/xamarin/AndroidX

Status

Please note that both these packages and the Google libraries contained within them have been deprecated, and are no longer maintained or supported:

https://developer.android.com/topic/libraries/support-library/packages

Existing bindings published from this repository will continue to be available on NuGet, but will not receive fixes or updates.

Building

Building from source requires calling the cake script:

.\build.ps1 --target=binderate
.\build.ps1 --target=libs

License

The license for this repository is specified in LICENSE.md

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

Contribution Guidelines

The Contribution Guidelines for this repository are listed in CONTRIBUTING.md

.NET Foundation

This project is part of the .NET Foundation