Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/smaugho/declex
Browse files Browse the repository at this point in the history
  • Loading branch information
smaugho committed Feb 5, 2017
2 parents e67c907 + 2a8c14b commit c3c1273
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Expand Up @@ -11,6 +11,18 @@ Please consult our Wiki in https://github.com/smaugho/declex/wiki

## Configuration

Add the repository to your project .gradle file

```gradle
allprojects {
repositories {
jcenter()
//Add this line:
maven { url "http://dl.bintray.com/dspot-developers/declex" }
}
}
```

Place the following lines in your app module build.gradle file:

```gradle
Expand All @@ -36,8 +48,8 @@ apt {
}
dependencies {
compile 'com.dspot:declex-api:1.0.2'
apt 'com.dspot:declex:1.0.2'
compile 'com.dspot:declex-api:1.2'
apt 'com.dspot:declex:1.2'
}
```
Expand Down

0 comments on commit c3c1273

Please sign in to comment.