Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated build and settings files to include ignition-location module
  • Loading branch information
Stefano Dacchille committed Sep 1, 2011
1 parent 185da20 commit 6aa2c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,6 +1,6 @@
dependsOnChildren()

def androidProjects = [ project(':ignition-core') ]
def androidProjects = [ project(':ignition-core'), project(':ignition-location') ]
def javaProjects = subprojects - androidProjects

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include 'ignition-support', 'ignition-core'
include 'ignition-support', 'ignition-core', 'ignition-location'

0 comments on commit 6aa2c5a

Please sign in to comment.