StephaneBg/SimpleNumberPicker

dependency issue

deibeeed opened this issue · 3 comments

It seems that there are some problems when using this dependency.

compile 'com.github.StephaneBg:SimpleNumberPicker:1.0'

the code above cannot find the Builder.setReference() and other Builder codes. It only shows Builder.setKey()

This works
compile 'com.github.StephaneBg:SimpleNumberPicker:master-SNAPSHOT'

Hello,
can you try 1.1 release please?

Looks like there is no more issue with release 1.1.
Thanks for the feedback.