Reputation: 71
I am creating cordova application with gradle build, Does anybody know what all changes have to do in build.gradle
and what are the fields to be add in gradle.properties
please give a example
https://issues.apache.org/jira/browse/CB-11109
Upvotes: 1
Views: 9224
Reputation: 11935
As of [email protected], Cordova android projects are built using Gradle by default. Setting gradle properties and extending build.gradle are explained in detail in offical cordova documentation
Upvotes: 1