From 0a539e221e1a28545707f5d0de9322712908417d Mon Sep 17 00:00:00 2001 From: Sergey Igushkin Date: Sat, 9 Jan 2021 18:01:06 +0400 Subject: [PATCH] Remove Bintray guide as the library is now on Maven Central --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 842f376..a63355d 100644 --- a/README.md +++ b/README.md @@ -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'