andyxialm / SmoothCheckBox

:dango: A custom CheckBox with animation for Android.
1.61k stars 299 forks source link

Add gradle dependency to read me #12

Open ghost opened 8 years ago

ghost commented 8 years ago

it would be easier for users if you put gradle compile line to readme

surendragangwar57 commented 8 years ago

FAILED TO RESOLVE GRADLE com.github.andyxialm:SmoothCheckBox:47f69d4ce8

royhenengel commented 8 years ago

+1

martjemeyer commented 7 years ago

Try adding maven { url "https://jitpack.io" } to repositories

xdibda commented 7 years ago

Working fine with jitpack.io added.

sidthakrey007 commented 7 years ago

what is the gradle dependency as putting in url is not working for me !!

elton2048 commented 7 years ago

The repository seems not provide release for easy usage. I decide to fork the library and provides some public methods for better use in Anko :). It also has a release for easier use. Enjoy it.