Is there any way to store a custom "gradle.properties" outside the folder "platforms/". I want to store this file outside the platforms-folder because the content in there can be overridden if i do an update of the platform.
As of @nativescript/android v6.1.0 user defined gradle properties are supported.
Create a new file <App_Resources>/Android/gradle.properties
This file will be picked up by NativeScript and override any existing properties.