diff --git a/README.md b/README.md index 7b7733b..6787d93 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Get started by reading through the [In-App Billing Plugin documentation](https:/ * Podcast: [Merge Conflict](http://mergeconflict.fm) * Videos: [James's YouTube Channel](https://www.youtube.com/jamesmontemagno) +## Version 8 Major Updates +* Nice new re-write and re-implementation of APIs! +* Built against .NET 8 +* Now using latest Android Billing v6.2.1 ## Version 7 Major Updates * Android: You must compile and target against Android 12 or higher (or Android 13 if v7.1) @@ -48,7 +52,19 @@ If you receive an error in Google Play you may need to add this to your AndroidM ```xml + android:value="6.1.0" /> +``` + +If you are building against .NET 8 for Android you will need to add the following packages when using v7: + +```xml + + + + + + + ``` ### Pending Transactions: