Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/croquiscom/crary-android


https://github.com/croquiscom/crary-android

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Croquis's common libraries for Android

## Usage

## Requirements

## Installation
### 1. include repository
``` groovy
repositories {
maven {
url 'https://github.com/croquiscom/Crary-Android/raw/master/deploy/releases'
}
}
```

### 2. dependency
``` groovy
compile 'com.croquis.crary:crary:0.2.3@aar'
```

## Build
```
gradle clean build uploadArchives
```

## Author

* yamigo, [email protected]
* sixmen, [email protected]

## License

Crary is available under the MIT license. See the LICENSE file for more info.