apply plugin: 'android' android { compileSdkVersion 20 buildToolsVersion '20' defaultConfig { minSdkVersion 20 targetSdkVersion 20 versionCode 1 versionName "1.0" } buildTypes { release { runProguard false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { compile 'com.google.android.gms:play-services-wearable:+' compile "com.google.android.support:wearable:1.0.+" }