Skip to content

Commit 1924151

Browse files
committed
Upgraded to 2.0.5, rescaling improvement
1 parent d1baf10 commit 1924151

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

avifcoillibrary/build.gradle.kts

Lines changed: 2 additions & 2 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 = "2.0.2"
18+
version = "2.0.5"
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.7.0")
67-
api("com.github.awxkee:avif-coder:2.0.4")
67+
api("com.github.awxkee:avif-coder:2.0.5")
6868
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.7.0" apply false
3+
id("com.android.application") version "8.7.1" apply false
44
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
55
}

0 commit comments

Comments
 (0)