Skip to content

Commit 52e1a8d

Browse files
committed
Upgraded to 1.5.9
1 parent accb9e2 commit 52e1a8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

avifcoillibrary/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.0")
67-
api("com.github.awxkee:avif-coder:1.5.8")
66+
api("io.coil-kt:coil:2.5.0")
67+
api("com.github.awxkee:avif-coder:1.5.9")
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.1.4" apply false
3+
id("com.android.application") version "8.2.1" apply false
44
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Sep 17 23:53:38 MYT 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)