Skip to content

Commit 7f8493c

Browse files
committed
Upgraded to 1.5.4
1 parent 7e9b785 commit 7f8493c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

avifcoillibrary/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ afterEvaluate {
1515
create<MavenPublication>("mavenJava") {
1616
groupId = "com.github.awxkee"
1717
artifactId = "avif-coder-coil"
18-
version = "1.4.0"
18+
version = "1.5.4"
1919
from(components.findByName("release"))
2020
// artifact("androidSourcesJar")
2121
}
@@ -64,5 +64,5 @@ dependencies {
6464
androidTestImplementation("androidx.test.ext:junit:1.1.5")
6565
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
6666
api("io.coil-kt:coil:2.4.0")
67-
api("com.github.awxkee:avif-coder:1.5.3")
67+
api("com.github.awxkee:avif-coder:1.5.4")
6868
}

0 commit comments

Comments
 (0)