We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d0010 commit 4dc3c0dCopy full SHA for 4dc3c0d
avifcoillibrary/build.gradle.kts
@@ -63,6 +63,6 @@ dependencies {
63
testImplementation("junit:junit:4.13.2")
64
androidTestImplementation("androidx.test.ext:junit:1.1.5")
65
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
66
- api("io.coil-kt:coil:2.5.0")
67
- api("com.github.awxkee:avif-coder:1.6.4")
+ api("io.coil-kt:coil:2.6.0")
+ api("com.github.awxkee:avif-coder:1.7.0")
68
}
0 commit comments