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 2086add commit 9bf9ab9Copy full SHA for 9bf9ab9
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.6.9"
+ version = "2.0.1"
19
from(components.findByName("release"))
20
// artifact("androidSourcesJar")
21
}
@@ -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.6.0")
67
- api("com.github.awxkee:avif-coder:2.0.0")
+ api("io.coil-kt:coil:2.7.0")
+ api("com.github.awxkee:avif-coder:2.0.1")
68
0 commit comments