Skip to content

Commit

Permalink
avif: Add annotationProcessor dependency
Browse files Browse the repository at this point in the history
Without this, the annotation processor won't be able to find the
AvifGlideModule.

Fixes github issue bumptech#4751

PiperOrigin-RevId: 430490297
  • Loading branch information
vigneshvg authored and sjudd committed Feb 23, 2022
1 parent 1a6fa92 commit 96e190b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/avif/build.gradle
Expand Up @@ -4,6 +4,8 @@ dependencies {
implementation project(':library')
implementation 'org.aomedia.avif.android:avif:0.9.3.545a756'
implementation "com.google.guava:guava:${GUAVA_VERSION}"

annotationProcessor project(':annotation:compiler')
}

android {
Expand Down

0 comments on commit 96e190b

Please sign in to comment.