Google Wearables Preview SDK - novoda/public-mvn-repo GitHub Wiki

Sharing what’s up our sleeve: Android coming to wearables

http://googleblog.blogspot.co.uk/2014/03/sharing-whats-up-our-sleeve-android.html

http://developer.android.com/wear/index.html

Because adding a jar into your /libs/ folder is so 200[9] , we've released Googles Wearables SDK to our repo:

Here is the dependency:

dependencies {
    compile 'com.google:wearable-preview:0.0.1'
}

And here is the repo declaration you need:

repositories {
        mavenCentral() // reminder to not replace but add the below
        maven { url "http://ci.novoda.com/maven/releases/" }
    }