Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martoreto authored Nov 29, 2017
1 parent 55bdbe5 commit 7a51fc9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,21 @@ with the following changes:

## Usage

See [example app](example/), specifically [MainActivity.java](example/app/src/main/java/com/github/martoreto/opuscodecexample/MainActivity.java).
Add this to your main _build.gradle_:
```gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
```

and this to your app's _build.gradle_:

```gradle
dependencies {
compile 'com.github.martoreto:opuscodec:v1.2.1.1'
}
```

and see [example app](example/), specifically [MainActivity.java](example/app/src/main/java/com/github/martoreto/opuscodecexample/MainActivity.java) for usage examples.

0 comments on commit 7a51fc9

Please sign in to comment.