Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Android Support for Xamarin.Android

Xamarin creates and maintains Xamarin.Android bindings for the Google Android Support Libraries.
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:
Expand Down