From d3bfac77dea24ef8a9ac8220fbabeddf9e9afdcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:58:41 +0000 Subject: [PATCH] fix(deps): update dependency com.termux:termux-am-library to v1.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4f33004255..c39531200d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,7 @@ common-markwon-extStrikethrough = { module = "io.noties.markwon:ext-strikethroug common-markwon-linkify = { module = "io.noties.markwon:linkify", version.ref = "markwon" } common-markwon-recycler = { module = "io.noties.markwon:recycler", version.ref = "markwon" } common-hiddenApiBypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } -common-termuxAmLib = { module = "com.termux:termux-am-library", version = "v2.0.0" } +common-termuxAmLib = { module = "com.termux:termux-am-library", version = "1.0" } # AndroidX androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.0" }