From 1b1d97a1af6c52b7a11c03e53b8ef044e56cdaea Mon Sep 17 00:00:00 2001 From: Tayfun Cesur Date: Wed, 26 Jun 2019 00:04:43 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7002bfe..6cdeaa5 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ allprojects { } ``` Add the dependency: - + jitpack + ```groovy dependencies { - implementation 'com.github.TayfunCesur:CurvedBottomSheet:1.0.1' + implementation "com.github.TayfunCesur:CurvedBottomSheet:$latest_version" } ```