An open API service indexing awesome lists of open source software.

https://github.com/rycus86/watchfacecommons

Library to provide common utilities for Android Wear watchface development
https://github.com/rycus86/watchfacecommons

Last synced: about 1 year ago
JSON representation

Library to provide common utilities for Android Wear watchface development

Awesome Lists containing this project

README

          

# WatchfaceCommons
Library to provide common utilities for Android Wear watchface development

Usage
-----
*For now* clone the project then run **gradlew clean build installArchives** to install it into your local Maven repository.

In the project you want to use it add this to your *repositories* configuration:
```
maven { url "${System.properties['user.home']}/.m2/repository" }
```

And finally in the module *dependencies* add:
```
compile 'hu.rycus.watchface:watchface-commons:0.8.0-SNAPSHOT'
```