Skeleton of Android Wear data source
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user