Added Georeferencing to SMS - needs a bit of tidying up as geo URIs not clickable on Android for some reason.....

This commit is contained in:
Graham Jones
2016-12-15 20:19:12 +00:00
parent 5c47f95a8f
commit 756e42892e
6 changed files with 172 additions and 9 deletions

View File

@@ -36,7 +36,8 @@ dependencies {
compile 'com.android.support:support-v4:22.2.1'
//compile files('libs/JTransforms-3.1-with-dependencies.jar')
compile 'org.apache.commons:commons-math3:3.6.1'
// google play services used for location finding for SMS alerts.
compile 'com.google.android.gms:play-services-location:10.0.0'
}
repositories {