Skip to content

Commit e2b488c

Browse files
vigneshvgglide-copybara-robot
authored andcommittedMar 14, 2022
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 #4761. PiperOrigin-RevId: 434574974
1 parent 14b3bf5 commit e2b488c

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)
Please sign in to comment.