Skip to content

Commit 0a539e2

Browse files
committed
Remove Bintray guide as the library is now on Maven Central
1 parent 91de694 commit 0a539e2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ val ast = booleanGrammar.parseToEnd("a & !b | b & (!a | c)")
2828

2929
### Using with Gradle
3030

31-
Add the Bintray repository:
32-
33-
```groovy
34-
repositories {
35-
maven { setUrl("https://dl.bintray.com/hotkeytlt/maven") }
36-
}
37-
```
38-
39-
Then add the dependency:
40-
4131
```groovy
4232
dependencies {
4333
implementation 'com.github.h0tk3y.betterParse:better-parse:0.4.1'

0 commit comments

Comments
 (0)