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 Nov 7, 2016
2 parents 0492964 + 6f57ecc commit 5ce8bed
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions README.md
Expand Up @@ -11,28 +11,7 @@ Please consult our Wiki in https://github.com/smaugho/declex/wiki

## Configuration

* Place the following lines in your project build.gradle, in the repositories section of all projects.

```gradle
maven {
url 'https://dspot.bintray.com/declex'
}
````

The section will look like this:

```gradle
allprojects {
repositories {
maven {
url 'https://dspot.bintray.com/declex'
}
jcenter()
}
}
```

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

```gradle
apply plugin: 'android-apt'
Expand Down

0 comments on commit 5ce8bed

Please sign in to comment.