manneohlund / smart-recycler-adapter

Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.
https://manneohlund.github.io/smart-recycler-adapter/
Apache License 2.0
402 stars 51 forks source link

Can't resolve smart-recycler-adapter-nestedadapter:1.0.0-alpha01 #31

Closed dacre-denny closed 4 years ago

dacre-denny commented 4 years ago

Getting error: Failed to resolve: io.github.manneohlund:smart-recycler-adapter-nestedadapter:1.0.0-alpha01

When including: implementation 'io.github.manneohlund:smart-recycler-adapter-nestedadapter:1.0.0-alpha01'

manneohlund commented 4 years ago

Hmm I will check jcenter linking. In the meantime add: maven { url "https://dl.bintray.com/manneohlund/maven" } under repositories in your gradle file. Thanks for reporting and stay tuned 🖖

manneohlund commented 4 years ago

Now it should work with jcenter 🚀

dacre-denny commented 4 years ago

All resolved - thank you :+1: