blob: 56ad9df56bd3be0799bfaafe51be46cbaec694d8 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
}
final GPS_VERSION = '5.0.77'
dependencies {
compile "com.google.android.gms:play-services-wearable:${GPS_VERSION}"
}