I have built my Android library package (AAR) and the result of build is created in the "..\app\build\outputs\aar" folder.
The file within this folder is called "app-debug.aar", so I guess it has been built in debug mode, so I would like to know how to generate the release built, that is, "app-release.aar". How can I do this?
Also, is it possible to generate the build with another custom name, for example, "myCustomAppName-release.aar" instead of "app-release.aar"?