Skip to content

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

@n0n11n

Description

@n0n11n

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions