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

Error:(89, 13) Failed to resolve: com.github.jaydeepw:poly-picker:1.0.23 #114

Open
ryanzulham opened this issue Jul 10, 2017 · 11 comments
Open

Comments

@ryanzulham
Copy link

i am have error after sync gradle.

@azizainunnajib
Copy link

same here. have you a solution for this?

@yosriMekni
Copy link

same here !!

@RohitWoxi
Copy link

Same here, is anyone working on this issue?

@azizainunnajib
Copy link

I was ending this problem with using another third party.

@jkisanga
Copy link

jkisanga commented Oct 4, 2017

I have the same error

@jkisanga
Copy link

jkisanga commented Oct 5, 2017

this is my gradle app level and am still getting Failed to resolve: com.github.jaydeepw:poly-picker:1.0.23

Please help

android {
compileSdkVersion 25
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

repositories {
maven { url 'https://repo.commonsware.com.s3.amazonaws.com' }
maven { url 'https://jitpack.io' }
maven { url "https://s3.amazonaws.com/repo.commonsware.com" }
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})

//This is the one bring error
compile 'com.github.jaydeepw:poly-picker:1.0.23'

compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:support-vector-drawable:25.3.1'
compile 'com.squareup.retrofit2:retrofit:2.0.0'
compile 'com.squareup.retrofit2:converter-gson:2.0.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile 'com.android.support:cardview-v7:25.3.1'
}

@giaur500
Copy link

https://jitpack.io/com/github/jaydeepw/poly-picker/1.0.23/build.log

1.0.23 is not available (build failed)

@anand171
Copy link

Hello everyone,

Can you please give the solution to this problem or any alternative option to taking multiple images from the camera.

@giaur500
Copy link

Look somewhere else, this lib is abandoned and also it's buggy and it use deprecated components and api

@azizainunnajib
Copy link

yeah, leave this lib, go another lib..

@yirmisekiz
Copy link

Please Help me!
Failed to resolve: com.github.jaydeepw:poly-picker:1.0.23

ı take error like this . how ı solve it

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

8 participants