Skeleton of Android Wear data source

This commit is contained in:
Graham Jones
2017-09-10 21:20:49 +01:00
parent a79e98c4de
commit 27f62ec347
7 changed files with 783 additions and 18 deletions

View File

@@ -7,8 +7,8 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 14
targetSdkVersion 14
minSdkVersion 20
targetSdkVersion 24
}
buildTypes {
@@ -38,6 +38,8 @@ dependencies {
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'
compile 'com.google.android.gms:play-services:10.0.1'
}
repositories {