Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot resolve symbole AGVRecyclerViewAdapter #57

Open
bymoud opened this issue May 24, 2016 · 2 comments
Open

Cannot resolve symbole AGVRecyclerViewAdapter #57

bymoud opened this issue May 24, 2016 · 2 comments

Comments

@bymoud
Copy link

bymoud commented May 24, 2016

As the title of the issue shows AGVRecyclerViewAdapter cannot be resolved, when I checked the decompiled classes in External Libraries section on my Android Studio project I didn't find it there.

I saw the AGVRecyclerViewAdapter in the source code of the project in Github, is there a difference between the code base and the gradle dependency ?

@mikigom
Copy link

mikigom commented Oct 13, 2016

I got the same issue, too...

@jordantakor
Copy link

Yes the gradle version in the readme and current master branch is different. You should use the snapshot available on sonatype.

Here is how to add it in gradle

First add sonatype as a repository

repositories {
    maven { url("https://oss.sonatype.org/content/repositories/snapshots/") }
}

Then add the snapshot dependancy

dependancies {
     compile 'com.felipecsl.asymmetricgridview:library:3.0.0-SNAPSHOT'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants