For apps generated with nativescript the output is empty:
lane :showVersion do
version = get_version_name(app_project_dir: '**/app')
UI.message("version")
UI.message(version)
version_code = get_version_code(app_project_dir: '**/app')
UI.message("version_code")
UI.message(version_code)
end
output:
I think the version informations should be fetched from a different file not build.gradle.
For apps generated with nativescript the output is empty:
output:
I think the version informations should be fetched from a different file not
build.gradle
.