From 3fa35b1b6a5b44b2ceb900c43788242148473e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 05:32:23 +0000 Subject: [PATCH] Bump com.nerdoftheherd:android-rsync from 3.4.1 to 3.4.2 Bumps [com.nerdoftheherd:android-rsync](https://github.com/ribbons/android-rsync) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/ribbons/android-rsync/releases) - [Commits](https://github.com/ribbons/android-rsync/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: com.nerdoftheherd:android-rsync dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d828797..dad7ca5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -176,7 +176,7 @@ dependencies { implementation("com.google.android.material:material:1.13.0") implementation("com.joaomgcd:taskerpluginlibrary:0.4.10") implementation("com.nerdoftheherd:android-dropbear:2025.89") - implementation("com.nerdoftheherd:android-rsync:3.4.1") + implementation("com.nerdoftheherd:android-rsync:3.4.2") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")