From a28b13d4744a5c1573c273f1d345608fff6a4813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 03:06:17 +0000 Subject: [PATCH] chore(deps): bump com.appmattus.crypto:cryptohash in /android Bumps [com.appmattus.crypto:cryptohash](https://github.com/appmattus/crypto) from 0.10.1 to 1.0.2. - [Release notes](https://github.com/appmattus/crypto/releases) - [Changelog](https://github.com/appmattus/crypto/blob/main/CHANGELOG.md) - [Commits](https://github.com/appmattus/crypto/compare/0.10.1...1.0.2) --- updated-dependencies: - dependency-name: com.appmattus.crypto:cryptohash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7c7f3505a4..eb67f60c01 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -113,7 +113,7 @@ dependencies { implementation "com.halilibo.compose-richtext:richtext-ui-material-android:0.20.0" implementation "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7" implementation "net.java.dev.jna:jna:5.13.0@aar" - implementation "com.appmattus.crypto:cryptohash:0.10.1" //black2b hash for dot icon + implementation "com.appmattus.crypto:cryptohash:1.0.2" //black2b hash for dot icon implementation "io.coil-kt:coil-compose:$coilVersion" implementation "io.coil-kt:coil-svg:$coilVersion" implementation 'com.jakewharton.timber:timber:5.0.1'