Skip to content

Commit 9cc3ee8

Browse files
authored
Update README.md
1 parent 05110fb commit 9cc3ee8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UsbSerialForAndroid
22

3-
This is a driver library to allow your Xamarin Android app to communicate with many common USB serial hardware. It uses the [Android USB Host API](http://developer.android.com/guide/topics/connectivity/usb/host.html)
3+
This is a driver library to allow your Xamarin Android or Microsoft Android app to communicate with many common USB serial hardware. It uses the [Android USB Host API](http://developer.android.com/guide/topics/connectivity/usb/host.html)
44
available on Android 3.1+.
55

66
No root access, ADK, or special kernel drivers are required; all drivers are implemented in
@@ -20,7 +20,9 @@ git branch -u origin/main main
2020
git remote set-head origin -a
2121
```
2222

23-
This library currently supports Xamarin.Android and .NET 6 (and .NET 7). The demo app currently targets .NET 7, but the code was written for Xamarin.Android.
23+
This library currently supports Xamarin.Android, .NET 6, .NET 7, and .NET 8. The demo app currently targets .NET 8, but the code was written for Xamarin.Android. The code works with .NET 9 and an upcoming update will update the demo projects to .NET 9.
24+
25+
Support for Xamarin will be dropped in the next update. Microsoft has ended support for Xamarin and you can no longer support apps to the Google Play Store that were built with Xamarin.
2426

2527
## Structure
2628

0 commit comments

Comments
 (0)