Android-DFU-Library
Android-DFU-Library copied to clipboard
Can you remove android:maxSdkVersion="30"?
The configuration android:maxSdkVersion="30" in /lib/dfu/src/main/AndroidManifest.xml is blocking us to upload APP with DFU feature to Google Play, which is requiring minSDK to be "31".
Can you help?
This is very interesting. I'll try and remove the old permissions from the manifest if needed.
Sorry, I don't understand. Is the minSdk requirement in your app, or on Google Play? Google Play may have a requirement for targetSdk, not minimum.
Also, the manifest merging should work automatically.