Kennyc1012 / BottomSheetMenu

BottomSheetMenu style dialogs for Android
Apache License 2.0
887 stars 99 forks source link

Project not available on Gradle #40

Closed ChintanRathod closed 7 years ago

ChintanRathod commented 7 years ago

When I tried to integrate this library with below dependency line, it is giving me error.

compile 'com.github.Kennyc1012.BottomSheet:2.3.1'

image

Kennyc1012 commented 7 years ago

Make sure you add maven { url "https://jitpack.io" } to your repositories tag in your gradle file.