diff --git a/README.md b/README.md index d0ae65212..6b20ac3cb 100644 --- a/README.md +++ b/README.md @@ -236,20 +236,6 @@ tinting, `ActionBar` and tooltip.* [Read more here](views-appcompat/README.md) ## Download -**IMPORTANT NOTE**: The 2.0.0-alpha1 version is is pending jcenter sync. -That means that for the time being, you need to add the bintray repo manually. - -To do so, add the following config snippet to your root project `build.gradle` -file: -```groovy -allprojects { - repositories { - maven { url "https://dl.bintray.com/louiscad/maven" } - } -} -``` -Subscribe to [this issue](https://github.com/LouisCAD/Splitties/issues/22) to -know when it is on jcenter. #### Gradle instructions Make sure you have `jcenter()` in the repositories defined in your project's