From 8f299853feb5d06f9c82b54ac01bbd0225977196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:47:58 +0000 Subject: [PATCH] Bump io.matthewnelson.kotlin-components:kmp-tor in /mobile/android Bumps [io.matthewnelson.kotlin-components:kmp-tor](https://github.com/05nelsonm/kmp-tor) from 4.8.6-0-1.4.4 to 4.8.10-0-1.4.4. - [Release notes](https://github.com/05nelsonm/kmp-tor/releases) - [Changelog](https://github.com/05nelsonm/kmp-tor/blob/1.x.x/CHANGELOG.md) - [Commits](https://github.com/05nelsonm/kmp-tor/compare/4.8.6-0-1.4.4...4.8.10-0-1.4.4) --- updated-dependencies: - dependency-name: io.matthewnelson.kotlin-components:kmp-tor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mobile/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index f3cd2410..74a3a860 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -296,7 +296,7 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" - implementation "io.matthewnelson.kotlin-components:kmp-tor:4.8.6-0-1.4.4" + implementation "io.matthewnelson.kotlin-components:kmp-tor:4.8.10-0-1.4.4" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2"