cordova-android
cordova-android copied to clipboard
Get rid of project.properties files
The properties should be read from Gradle files such as gradle.properties
, settings.gradle
, or defaults in the root build.gradle
file.
P.S. This means that default compile SDK version should be read from root build.gradle
(copied from bin/templates/project/build.gradle
) instead of project.properties
file.