diff --git a/README.md b/README.md index 8d66570..e6c7cbc 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ repositories { maven { url 'https://jitpack.io' } } ``` + - Add the dependency ``` -implementation 'com.github.DaikonWeb:daikon:1.1.0' +implementation 'com.github.DaikonWeb:daikon:1.1.6' ``` ### Maven @@ -40,7 +41,7 @@ implementation 'com.github.DaikonWeb:daikon:1.1.0' com.github.DaikonWeb daikon - 1.1.0 + 1.1.6 ``` @@ -66,4 +67,4 @@ HttpServer() ## License -This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details \ No newline at end of file +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details diff --git a/build.gradle b/build.gradle index 5094a75..1ed62e6 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,6 @@ plugins { id("maven") } -group = 'com.github.DaikonWeb' -version '1.1.0' - repositories { mavenCentral() maven { url 'https://jitpack.io' }