Skip to content

Commit eec04c2

Browse files
vigneshvgsjudd
authored andcommitted
avif integration: Update libavif dependency to a319893
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
1 parent 6e51c13 commit eec04c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/avif/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
dependencies {
44
implementation project(':library')
5-
implementation 'org.aomedia.avif.android:avif:0.9.3.545a756'
5+
implementation 'org.aomedia.avif.android:avif:0.9.3.a319893'
66
implementation "com.google.guava:guava:${GUAVA_VERSION}"
77

88
annotationProcessor project(':annotation:compiler')

0 commit comments

Comments
 (0)