Skip to content

Commit 058883f

Browse files
committed
added geo as an optional submodule for k3b-geoHelper
1 parent d067bca commit 058883f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "geo"]
2+
path = geo
3+
url = https://github.com/k3b/k3b-geoHelper

LocationMapViewer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
dependencies {
29-
// compile project(':k3b-geoHelper')
29+
// compile project(':geo:k3b-geoHelper')
3030
compile 'com.github.k3b:k3b-geoHelper:v1.1.3'
3131

3232
// androidTestCompile 'org.mod4j.org:junit:3.8.2'

geo

Submodule geo added at 08dd957

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
// for debug use local osmdroid-android
1111
// include ':LocationMapViewer', ':k3b-geoHelper', ':geoIntentDemo', ':OSMBonusPack', ':osmdroid-android'
1212

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

0 commit comments

Comments
 (0)