android
android copied to clipboard
Metadata build task in gradle does not depend on `libs` folder
Currently, the buildMetadata task in the app/build.gradle does not depend on changes in the application's App_Resources/Android/libs folder.
The bug is reproduced with the following steps:
- execute
tns build android - add a JAR dependency in
App_Resources/Android/libsin the application's folder - execute
tns build android
After the last build, there would be no metadata for the classes in the added JAR. This is caused by the buildMetadata not being run.