Skip to content

Commit

Permalink
avif integration: Update libavif dependency
Browse files Browse the repository at this point in the history
Updated libavif contains performance improvements and a bug fix
when rendering images with alpha transparency.
  • Loading branch information
vigneshvg committed Apr 25, 2023
1 parent ebad66b commit 0be8073
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.10.1.2e8fe11'
implementation 'org.aomedia.avif.android:avif:0.11.1.3c786d2'
implementation "com.google.guava:guava:${GUAVA_VERSION}"

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

0 comments on commit 0be8073

Please sign in to comment.