flickabledialog icon indicating copy to clipboard operation
flickabledialog copied to clipboard

Failed to resolve

Open Hetfieldan24 opened this issue 8 years ago • 6 comments

Hi. Your library failed to resolve in gradle, android studio. I just added compile 'com.github.tkurimura:flickabledialog:0.9.0' in my app's gradle file, that's not work. What's wrong? Thanks.

Hetfieldan24 avatar Dec 26 '16 08:12 Hetfieldan24

same case here. Easy solution is to use jitpack.

For using jitpack add this in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

and add this dependency in your app build.gradle file

	dependencies {
	        compile 'com.github.t-kurimura:flickabledialog:3bc3b82ef1'
	}

raq154 avatar Jan 01 '17 00:01 raq154

i'll resolve problems, compile dependencies with hash.

t-kurimura avatar Jan 20 '17 02:01 t-kurimura

Same thing happens to me. Can't resolve.. maven { url 'https://jitpack.io' } is added and I'm trying to compile using compile 'com.github.tkurimura:flickabledialog:0.9.0'

MzeeAlii avatar Mar 06 '17 10:03 MzeeAlii

@AceThaGemini 0.9.0 is not available on Jitpack. See this for reference

raq154 avatar Mar 06 '17 10:03 raq154

That did the trick @raq154 :+1: Gracious!

MzeeAlii avatar Mar 06 '17 10:03 MzeeAlii

@raq154 👍 !

bouziane avatar May 20 '17 15:05 bouziane