Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit b583345

Browse files
committed
Add basic readme back in
1 parent 6ad1fd2 commit b583345

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Android Support / AndroidX for Xamarin.Android
2+
3+
Xamarin creates and maintains Xamarin.Android bindings for the Google Android Support Libraries and AndroidX.
4+
5+
## Building
6+
7+
Building from source requires calling the cake script:
8+
9+
```
10+
.\build.ps1 --target=binderate
11+
.\build.ps1 --target=libs
12+
```
13+
14+
15+
## License
16+
17+
The license for this repository is specified in
18+
[LICENSE.md](LICENSE.md)
19+
20+
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](http://developer.android.com/sdk/terms.html)
21+
22+
## Contribution Guidelines
23+
The Contribution Guidelines for this repository are listed in [CONTRIBUTING.md](.github/CONTRIBUTING.md)
24+
25+
## .NET Foundation
26+
This project is part of the [.NET Foundation](http://www.dotnetfoundation.org/projects)

0 commit comments

Comments
 (0)