bumptech/glide

can't import version 4.7.0

hegelsu opened this issue ยท 23 comments

Error:(31, 20) Failed to resolve: com.github.bumptech.glide:glide:4.7.0
I change to version 4.6.1 and it's ok.

Apr 14 : 4.7.1 is ok

You should use 4.6.1

Has the 4.7.0 version been released?

yes officially released , but 4.7.0 is not working with gradle, causing error, 4.6.1 working fine

Doesn't work with gradle because it cannot find it. Something must have gone wrong with uploading com.github.bumptech.glide:glide:4.7.0 to maven central.

image

http://search.maven.org/#search%7Cga%7C1%7Ccom.github.bumptech.glide

Also not working for me. Says the same

Failed to resolve: com.github.bumptech.glide:glide:4.7.0

while importing the library through gradle.

@sjudd Same here.

same here, I also cannot user version 4.6.1 with the same problem

same here

Same here can't import 4.7.0, so went back to 4.6.1

Can one of the devs to a redeploy? I can't imagine it takes more than pressing a button somewhere and I'd love to get this update out in a release today.

sjudd commented

Yeah it looks like there are some errors in sonatype or the gradle upload script that are inserting bits of some of the libraries in different repositories. The one that was released to maven looks like it was partial. I've released another identical copy that I believe had everything in it. I'm not sure whether it will work with maven central. I may need to bump the version number for it to function.

It doesn't seem to work, i still got the error.

I think you have to bump it to 4.7.1 :/

the same issue Could not find com.github.bumptech.glide:annotations:4.7.0

Hi guys, we are postponing update for our apps for the last few days. Is it going to be fixed soon or we should use the old version?

Yep,

Same here, changed to 4.7.0 then it breaks.

Rollback to 4.6.1 and it works again.

Still not working

same here !!!

sjudd commented

Alright I see 4.7.1 on maven central, I believe this is fixed.

Yes, it's fixed, thanks.

nice done

for 4.11.0

repositories {
google()
jcenter()
<add this to build.gradle(app)>
mavenCentral()

}

dependencies {
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}