dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.93k stars 532 forks source link

AndroidPackagingOptionsInclude is ignored #9524

Closed dellis1972 closed 2 days ago

dellis1972 commented 2 days ago

Fixes #9520

PR #8459 added support for the AndroidPackagingOptionsInclude. Unfortunately we forgot to add that property to the BuildApk and BuildBaseAppBundle calls in the closed source part of the product.

Since then we have move that code into this repo. So lets update all the BuildApk and BuildBaseAppBundle calls to use the new property.