Skip to content

Commit

Permalink
avif: Update avif dependency to latest version
Browse files Browse the repository at this point in the history
Fixes #5433
  • Loading branch information
vigneshvg authored and kanelbulle committed Nov 19, 2024
1 parent ca394b1 commit 9c9f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/avif/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

dependencies {
implementation project(':library')
implementation 'org.aomedia.avif.android:avif:0.11.1.647c3c2'
implementation 'org.aomedia.avif.android:avif:1.1.1.14d8e3c4'
implementation libs.guava

annotationProcessor project(':annotation:compiler')
Expand Down

0 comments on commit 9c9f56f

Please sign in to comment.