wasabeef / glide-transformations

An Android transformation library providing a variety of image transformations for Glide.
Apache License 2.0
9.9k stars 1.41k forks source link

Support Glide 4.11.0 #182

Closed Nstd closed 4 years ago

Nstd commented 4 years ago

Bug Reporting

This library is using glide 4.9.0 now. When I upgrade glide version to 4.11.0 in my project, I got this error:

GeneratedAppGlideModuleImpl is implemented incorrectly. If you've manually implemented this class, remove your implementation. The Annotation processor will generate a correct implementation.
    java.lang.IllegalStateException: GeneratedAppGlideModuleImpl is implemented incorrectly. If you've manually implemented this class, remove your implementation. The Annotation processor will generate a correct implementation.
        at com.bumptech.glide.Glide.throwIncorrectGlideModule(Glide.java:344)
        at com.bumptech.glide.Glide.getAnnotationGeneratedGlideModules(Glide.java:336)
        at com.bumptech.glide.Glide.get(Glide.java:179)
        at kt.api.tools.glide.GlideApp.get(GlideApp.java:52)
        at kt.api.tools.glide.ImageLoad.trimMemory(ImageLoad.java:582)

Steps to Reproduce

Actual Results (include screenshots)

Expected Results (include screenshots)

URL

OS details

Please add relevant labels

Nstd commented 4 years ago

My fault. Compiler version is not the same as glide version.