From dfa8ead89554491796c52f8948aecec430108617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 01:22:55 +0000 Subject: [PATCH] chore(deps): bump io.coil-kt:coil from 2.3.0 to 2.4.0 in /android Bumps [io.coil-kt:coil](https://github.com/coil-kt/coil) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/fakewallet/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/fakewallet/build.gradle b/android/fakewallet/build.gradle index 89ff85d81..0760296a9 100644 --- a/android/fakewallet/build.gradle +++ b/android/fakewallet/build.gradle @@ -94,8 +94,8 @@ dependencies { implementation 'androidx.room:room-ktx:2.4.3' implementation 'com.google.android.material:material:1.7.0' implementation 'com.solanamobile:digital-asset-links-android:1.0.2' - implementation 'io.coil-kt:coil:2.3.0' - implementation 'io.coil-kt:coil-svg:2.3.0' + implementation 'io.coil-kt:coil:2.4.0' + implementation 'io.coil-kt:coil-svg:2.4.0' implementation 'org.bouncycastle:bcprov-jdk18on:1.73' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1' implementation project(path: ':walletlib')