Android "HardcodedDebugMode" error

OpenFL: 4.1.0
Lime: 3.1.0

I’m trying to build a release version of my android project. It’s working well on debug mode.

But When I try to build with release mode, it gives me this error:

Error: Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one [HardcodedDebugMode]
 <application android:label="Label" android:debuggable="false" android:icon="@drawable/icon" android:allowBackup="true" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:hardwareAccelerated="true">
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~

Thanks!

Is this actually stopping the build? If not, consider just leaving it alone.

If so, fix the template and then submit a pull request.

Thanks, I submitted a pull request!

Are you sure? It’s not showing up in the list…

I’m getting the same issue compiling a release build on android. It creates an error that stops the build completely.

pull from github or wait for next version.

New releases out, should have this fix in