aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-03-18 10:47:14 +0100
committerAurelien Hubert <aurel.hubert@gmail.com>2016-03-18 10:47:14 +0100
commit65cd74e2a322a058de7726ead0f7c95e47107d85 (patch)
tree8523409d836c23969fd1e6543b0c90a2215ea6bc
parentdf260b87f18928580ee3faa5f123fa3b2198931c (diff)
downloadandroid_external_ahbottomnavigation-65cd74e2a322a058de7726ead0f7c95e47107d85.tar.gz
android_external_ahbottomnavigation-65cd74e2a322a058de7726ead0f7c95e47107d85.tar.bz2
android_external_ahbottomnavigation-65cd74e2a322a058de7726ead0f7c95e47107d85.zip
Update Gradle help
- The lib is available on jcenter & Maven
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8b73df9..bd36aa0 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,6 @@ Library to implement the Bottom Navigation component from Material Design guidel
## Gradle
```groovy
-// Very soon on JCenter! ;)
-repositories {
- maven {
- url 'https://dl.bintray.com/aurelhubert/maven/'
- }
-}
-
dependencies {
compile 'com.aurelhubert:ahbottomnavigation:0.1.1'
}
@@ -88,4 +81,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-``` \ No newline at end of file
+```