cordova-android icon indicating copy to clipboard operation
cordova-android copied to clipboard

Get rid of project.properties files

Open brody4hire opened this issue 6 years ago • 0 comments

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.

brody4hire avatar Feb 10 '19 18:02 brody4hire