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

Snapshot build, can not download ? #45

Closed
cubehead opened this issue May 14, 2015 · 4 comments
Closed

Snapshot build, can not download ? #45

cubehead opened this issue May 14, 2015 · 4 comments

Comments

@cubehead
Copy link

No description provided.

@jaydeepw
Copy link
Owner

Hi @cubehead can you tell me what error it throws?

@cubehead
Copy link
Author

@jaydeepw
Copy link
Owner

Ahh... let me see. I have been using it in one of my development projects and it works.

@jaydeepw
Copy link
Owner

Hey, here is the correct way of downloading the snapshot. You are using wrong url
Add this at the top of your dependencies and it will work.

Please refer the doc if you find any issue. I have been using SNAPSHOT in one of my development apps and it works fine.

repositories {
    // for downloading polypicker dependency cwac-camera
    maven {
        url "https://repo.commonsware.com.s3.amazonaws.com"
    }

    // for downloading polypicker v1.0.13
    maven {
        url "https://oss.sonatype.org/content/repositories/releases/"
    }
}

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

2 participants