diff --git a/wear/build.gradle b/wear/build.gradle index 8dd8ee73e1..682577fc8e 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -57,10 +57,11 @@ allprojects { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') //compile 'com.ustwo.android:clockwise-wearable:1.0.2' - compile 'com.google.android.support:wearable:1.4.0' + provided 'com.google.android.wearable:wearable:2.0.1' + compile 'com.google.android.support:wearable:2.0.1' compile 'com.google.android.gms:play-services-wearable:7.3.0' compile files('libs/hellocharts-library-1.5.5.jar') compile(name:'ustwo-clockwise-debug', ext:'aar') compile 'com.android.support:support-v4:23.0.1' compile 'me.denley.wearpreferenceactivity:wearpreferenceactivity:0.5.0' -} \ No newline at end of file +}