We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9b785 commit 7f8493cCopy full SHA for 7f8493c
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 = "1.4.0"
+ version = "1.5.4"
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:coil:2.4.0")
67
- api("com.github.awxkee:avif-coder:1.5.3")
+ api("com.github.awxkee:avif-coder:1.5.4")
68
0 commit comments