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

cant compile with gradle #21

Closed
Watsonibm opened this issue Sep 21, 2015 · 5 comments
Closed

cant compile with gradle #21

Watsonibm opened this issue Sep 21, 2015 · 5 comments

Comments

@Watsonibm
Copy link

Hello,

I use: compile 'com.almeros.android-gesture-detectors:library:1.0' in gradle and get "failed to resolve"

can you please help me fix that?

Thank you

@jeffdav
Copy link

jeffdav commented Oct 7, 2015

I pasted in compile 'com.almeros.android-gesture-detectors:library:1.0' as well and I get "Could not find com.almeros.android-gesture-detectors:library:1.0." Latest Android Studio 1.4.

@medonja
Copy link

medonja commented Nov 7, 2015

In Maven central there seems to exist the com.ryanharter.android-gesture-detectors:library:0.0.4 artifact. Looks like the latest release, though I haven't verified that

See also: #12

@ThoastProductions
Copy link

Having the same problem. What is the url to the repo?
This works for other projects:
allprojects { repositories { jcenter() maven { url "repo url" } } }

@Caspain
Copy link

Caspain commented Oct 17, 2016

android studio failed mainly because that build cannot compiled reason being it does not exist.
try this version: compile 'com.ryanharter.android-gesture-detectors:library:0.0.4'

@Almeros
Copy link
Owner

Almeros commented Dec 12, 2017

I updated the project to make use of Jitpack.io for Gradle dependencies. Hope this helps you. Now closing this issue.

@Almeros Almeros closed this as completed Dec 12, 2017
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

6 participants