As of Nov 1 2019 new apps and app updates require API 28. Because ZXing uses Android Support lib 25 it means that all Android Support 28 libs to have to be included as direct references when using PackageReference. Is there any chance that the support version could be upgraded?
As the Android Support libraries are deprecated now, it would be even better if the dependencies could be updated to AndroidX
Done in 3.x. If you target MonoAndroid10.0 it will use AndroidX.
Most helpful comment
As the Android Support libraries are deprecated now, it would be even better if the dependencies could be updated to AndroidX