From de7fbe9021c90ae32593d8e01f17eb6bb74e9dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:41:25 +0000 Subject: [PATCH] Bump com.nerdoftheherd:android-dropbear from 2026.90 to 2026.91 Bumps [com.nerdoftheherd:android-dropbear](https://github.com/ribbons/android-dropbear) from 2026.90 to 2026.91. - [Release notes](https://github.com/ribbons/android-dropbear/releases) - [Commits](https://github.com/ribbons/android-dropbear/compare/DROPBEAR_2026.90...DROPBEAR_2026.91) --- updated-dependencies: - dependency-name: com.nerdoftheherd:android-dropbear dependency-version: '2026.91' dependency-type: direct:production update-type: version-update:semver-minor ... 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 02c88cd..35824bf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -175,7 +175,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("com.google.android.material:material:1.13.0") implementation("com.joaomgcd:taskerpluginlibrary:0.4.10") - implementation("com.nerdoftheherd:android-dropbear:2026.90") + implementation("com.nerdoftheherd:android-dropbear:2026.91") 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")