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 d3469c4 commit 9603746Copy full SHA for 9603746
avifcoillibrary/build.gradle.kts
@@ -64,5 +64,5 @@ dependencies {
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.4.0")
67
- api("com.github.awxkee:avif-coder:1.5.6")
+ api("com.github.awxkee:avif-coder:1.5.7")
68
}
build.gradle.kts
@@ -1,5 +1,5 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
plugins {
3
- id("com.android.application") version "8.1.2" apply false
+ id("com.android.application") version "8.1.4" apply false
4
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
5
0 commit comments