Skip to content

Commit 542b11c

Browse files
committed
Upgraded to 1.6.0
1 parent 07460d4 commit 542b11c

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 = "1.5.4"
18+
version = "1.6.9"
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.5.0")
67-
api("com.github.awxkee:avif-coder:1.5.12")
67+
api("com.github.awxkee:avif-coder:1.6.0")
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.2.1" apply false
3+
id("com.android.application") version "8.2.2" apply false
44
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
55
}

0 commit comments

Comments
 (0)