DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Failed to resolve: dev.ahamed.mva2:adapter:3.0.0-beta01 #101

Closed JGeraldoLima closed 5 years ago

JGeraldoLima commented 5 years ago

Hi again,

I'm trying to use latest versions to be able to use additional API's of Decorator.

api 'dev.ahamed.mva2:adapter:3.0.0-beta01'

But gradle sync is returning the following error:

ERROR: Failed to resolve: dev.ahamed.mva2:adapter:3.0.0-beta01
Show in Project Structure dialog
Affected Modules: app

What is wrong with the declaration?

JGeraldoLima commented 5 years ago

Nevermind, I didn't notice that we need to change dev.ahamed.mva2:adapter to dev.ahamed.mva3:adapter