Skip to content

Commit 9bf9ab9

Browse files
committed
Upgraded to 2.0.1
1 parent 2086add commit 9bf9ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

avifcoillibrary/build.gradle.kts

Lines changed: 3 additions & 3 deletions
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.6.9"
18+
version = "2.0.1"
1919
from(components.findByName("release"))
2020
// artifact("androidSourcesJar")
2121
}
@@ -63,6 +63,6 @@ dependencies {
6363
testImplementation("junit:junit:4.13.2")
6464
androidTestImplementation("androidx.test.ext:junit:1.1.5")
6565
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
66-
api("io.coil-kt:coil:2.6.0")
67-
api("com.github.awxkee:avif-coder:2.0.0")
66+
api("io.coil-kt:coil:2.7.0")
67+
api("com.github.awxkee:avif-coder:2.0.1")
6868
}

0 commit comments

Comments
 (0)