Skip to content

Commit

Permalink
added geo as an optional submodule for k3b-geoHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Mar 30, 2016
1 parent d067bca commit 058883f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "geo"]
path = geo
url = https://github.com/k3b/k3b-geoHelper
2 changes: 1 addition & 1 deletion LocationMapViewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}

dependencies {
// compile project(':k3b-geoHelper')
// compile project(':geo:k3b-geoHelper')
compile 'com.github.k3b:k3b-geoHelper:v1.1.3'

// androidTestCompile 'org.mod4j.org:junit:3.8.2'
Expand Down
1 change: 1 addition & 0 deletions geo
Submodule geo added at 08dd95
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
// for debug use local osmdroid-android
// include ':LocationMapViewer', ':k3b-geoHelper', ':geoIntentDemo', ':OSMBonusPack', ':osmdroid-android'

// use for remote build
// use for remote build or locacl build via :geo:k3b-geoHelper where "geo" is a git submodule
include ':LocationMapViewer', ':geoIntentDemo'
// include ':LocationMapViewer', ':geoIntentDemo', ':geo:k3b-geoHelper'

0 comments on commit 058883f

Please sign in to comment.