Move cordova.gradle from project template to CordovaLib

Make it easier to share with tests project.
Also, one less file in the project template is a good thing.
This commit is contained in:
Andrew Grieve
2015-01-20 11:03:26 -05:00
parent 2964aea447
commit b69fed18e2
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ task wrapper(type: Wrapper) {
// Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.
// Refer to: http://www.gradle.org/docs/current/userguide/tutorial_this_and_that.html
ext {
apply from: 'cordova.gradle'
apply from: 'CordovaLib/cordova.gradle'
// The value for android.compileSdkVersion.
if (!project.hasProperty('cdvCompileSdkVersion')) {
cdvCompileSdkVersion = privateHelpers.getProjectTarget('android-19')