forked from k3b/LocationMapViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
15 lines (12 loc) · 751 Bytes
/
settings.gradle
File metadata and controls
15 lines (12 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// .../osmdroid/settings.gradle
// else build may fail because of missing internetconnection
// startParameter.offline=true
// boolean isReachable = java.net.InetAddress.getByName("www.google.com").isReachable(1500)
// print "has internet " + isReachable
// use official maven version of osmdroid-android
// include ':LocationMapViewer', ':k3b-geoHelper', ':geoIntentDemo', ':OSMBonusPack'
// for debug use local osmdroid-android
// include ':LocationMapViewer', ':k3b-geoHelper', ':geoIntentDemo', ':OSMBonusPack', ':osmdroid-android'
// 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'