jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 116 forks source link

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

Open ryanzulham opened 7 years ago

ryanzulham commented 7 years ago

i am have error after sync gradle.

azizainunnajib commented 6 years ago

same here. have you a solution for this?

yosriMekni commented 6 years ago

same here !!

RohitWoxi commented 6 years ago

Same here, is anyone working on this issue?

azizainunnajib commented 6 years ago

I was ending this problem with using another third party.

jkisanga commented 6 years ago

I have the same error

jkisanga commented 6 years ago

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 commented 6 years ago

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

1.0.23 is not available (build failed)

anand171 commented 6 years ago

Hello everyone,

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

giaur500 commented 6 years ago

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

azizainunnajib commented 6 years ago

yeah, leave this lib, go another lib..

yirmisekiz commented 5 years ago

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

ı take error like this . how ı solve it