Skip to content

Commit

Permalink
Remove Bintray guide as the library is now on Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tk3y committed Jan 9, 2021
1 parent 91de694 commit 0a539e2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ val ast = booleanGrammar.parseToEnd("a & !b | b & (!a | c)")

### Using with Gradle

Add the Bintray repository:

```groovy
repositories {
maven { setUrl("https://dl.bintray.com/hotkeytlt/maven") }
}
```

Then add the dependency:

```groovy
dependencies {
implementation 'com.github.h0tk3y.betterParse:better-parse:0.4.1'
Expand Down

0 comments on commit 0a539e2

Please sign in to comment.