vikramkakkar / SublimePicker

A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Apache License 2.0
2.31k stars 407 forks source link

sublimepicker lib blocks android UI test automation. #81

Open faisalmohd83 opened 6 years ago

faisalmohd83 commented 6 years ago

Apps using sublimpicker fails while writing UI tests. Gradle results pasted below for reference.

Reason: android dependencies aren't upto date with releases.

Solution: can be fixed easily by updating Android dependencies.

FAILURE: Build failed with an exception.

vikramkakkar commented 5 years ago

@faisalmohd83 Hi Faisal, I've updated the dependencies in a recent commit. Can you please check if v2.1.2 resolves this issue?

faisalmohd83 commented 5 years ago

@vikramkakkar It works now with AndroidX migration. Appreciate if the libs are updated with latest from Google. Thanks for updates.