From 75352bde928e9888a2aa2ad7e130f16118391b75 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Wed, 29 Oct 2025 19:40:21 +0500 Subject: [PATCH] Changed: Bump termux-shared to 8aca6dbbf4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 82357ab..432ba1f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,8 +72,8 @@ dependencies { implementation "androidx.annotation:annotation:1.9.1" - implementation "com.termux.termux-app:termux-shared:7bceab88e2" - implementation "com.termux.termux-app:terminal-view:7bceab88e2" + implementation "com.termux.termux-app:termux-shared:8aca6dbbf4" + implementation "com.termux.termux-app:terminal-view:8aca6dbbf4" // Use if below libraries are published locally by termux-app with `./gradlew publishReleasePublicationToMavenLocal` and used with `mavenLocal()`. // If updates are done, republish there and sync project with gradle files here