You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2016/03/04 18:53:08 UTC

[3/3] android commit: CB-8976: I wish there was an easier way to test gradle stuff then check it in without having to remember to delete imports

CB-8976: I wish there was an easier way to test gradle stuff then check it in without having to remember to delete imports

This closes #270


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/bad0034e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/bad0034e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/bad0034e

Branch: refs/heads/master
Commit: bad0034e5dd63da0506d62f6e523f5604ee443bc
Parents: 99d5ff7
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Mar 3 15:27:21 2016 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Fri Mar 4 09:53:01 2016 -0800

----------------------------------------------------------------------
 bin/templates/project/build.gradle | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/bad0034e/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index 526a079..fa46e36 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -245,8 +245,6 @@ android {
 dependencies {
     compile fileTree(dir: 'libs', include: '*.jar')
     // SUB-PROJECT DEPENDENCIES START
-    debugCompile project(path: "CordovaLib", configuration: "debug")
-    releaseCompile project(path: "CordovaLib", configuration: "release")
     // SUB-PROJECT DEPENDENCIES END
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org