nmilcoff / BreachDetector

Detect root, emulation, debug mode and other security concerns in your Xamarin apps
MIT License
88 stars 12 forks source link

Adding this nuget package causes maxSdkVersion=29 to be added to the Manifest.xml at build #17

Open n0n11n opened 3 years ago

n0n11n commented 3 years ago

Without this package the app builds correctly and has this manifest: sdkVersion:'23' targetSdkVersion:'30'

With the package the manifest contains this: sdkVersion:'23' maxSdkVersion:'29' targetSdkVersion:'30'

I suspect that the Android bindings for rootbeer.aar might be causing this. Because the rootbeer.aar has android:targetSdkVersion="29" in its Manifest.

gheorghedarle commented 3 years ago

I had the same issue using version 1.1.2. For me, it's working fine now using the latest version 1.1.3.