Skip to content

Commit

Permalink
avif integration: Update libavif dependency to a319893
Browse files Browse the repository at this point in the history
The update fixes proguard stripping/obfuscating of native code
and java members that are being accessed from native code.

Fixes Github issue bumptech#4761.

PiperOrigin-RevId: 434574974
  • Loading branch information
vigneshvg authored and sjudd committed May 4, 2022
1 parent 6e51c13 commit eec04c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/avif/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

dependencies {
implementation project(':library')
implementation 'org.aomedia.avif.android:avif:0.9.3.545a756'
implementation 'org.aomedia.avif.android:avif:0.9.3.a319893'
implementation "com.google.guava:guava:${GUAVA_VERSION}"

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

0 comments on commit eec04c2

Please sign in to comment.