From 75cf3840af541caa6cb6968afebf291af24bffc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 04:52:56 +0000 Subject: [PATCH] Bump com.nerdoftheherd:android-dropbear from 2025.87-1 to 2025.88 Bumps [com.nerdoftheherd:android-dropbear](https://github.com/ribbons/android-dropbear) from 2025.87-1 to 2025.88. - [Release notes](https://github.com/ribbons/android-dropbear/releases) - [Commits](https://github.com/ribbons/android-dropbear/commits/DROPBEAR_2025.88) --- updated-dependencies: - dependency-name: com.nerdoftheherd:android-dropbear dependency-version: '2025.88' dependency-type: direct:production ... 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 8bd4389..47561b8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -158,7 +158,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.0") implementation("com.google.android.material:material:1.12.0") implementation("com.joaomgcd:taskerpluginlibrary:0.4.10") - implementation("com.nerdoftheherd:android-dropbear:2025.87-1") + implementation("com.nerdoftheherd:android-dropbear:2025.88") implementation("com.nerdoftheherd:android-rsync:3.4.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")