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
- Host: GitHub
- URL: https://github.com/rycus86/watchfacecommons
- Owner: rycus86
- License: apache-2.0
- Created: 2015-03-31T22:08:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T01:04:22.000Z (over 9 years ago)
- Last Synced: 2025-01-23T18:15:50.694Z (over 1 year ago)
- Language: Java
- Size: 74.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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'
```