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 a1b2201 commit 7a6a6d8Copy full SHA for 7a6a6d8
avifcoillibrary/build.gradle.kts
@@ -15,7 +15,7 @@ afterEvaluate {
15
create<MavenPublication>("mavenJava") {
16
groupId = "com.github.awxkee"
17
artifactId = "avif-coder-coil"
18
- version = "2.0.6"
+ version = "2.0.8"
19
from(components.findByName("release"))
20
// artifact("androidSourcesJar")
21
}
@@ -64,5 +64,5 @@ dependencies {
64
androidTestImplementation("androidx.test.ext:junit:1.1.5")
65
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
66
api("io.coil-kt.coil3:coil:3.0.2")
67
- api("com.github.awxkee:avif-coder:2.0.7")
+ api("com.github.awxkee:avif-coder:2.0.8")
68
0 commit comments