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" } ```