Hello everyone! I have a problem specifying a custom manifest for lime when building for android.
In the project file I wrote the following lines:
<template path="temp/AndroidManifest.xml" rename="app/src/main/AndroidManifest.xml" />
<window if="android" path="temp/AndroidManifest.xml" rename="app/src/main/AndroidManifest.xml" />
<window if="mobile" path="temp/AndroidManifest.xml" rename="app/src/main/AndroidManifest.xml" />
but it didn’t help, I use the following libraries:
lime - 7.9.0
openfl-9,1,0
how to correctly specify the user manifest? Thanks in advance for your advice