From 164462a84e4f208e0dc2a4db1aeae6650d4c6849 Mon Sep 17 00:00:00 2001 From: agnostic-apollo <31106828+agnostic-apollo@users.noreply.github.com> Date: Fri, 16 Apr 2021 02:55:04 +0500 Subject: [PATCH] Updated RUN_COMMAND Intent (markdown) --- RUN_COMMAND-Intent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUN_COMMAND-Intent.md b/RUN_COMMAND-Intent.md index ae1e19b..dae93c8 100644 --- a/RUN_COMMAND-Intent.md +++ b/RUN_COMMAND-Intent.md @@ -172,7 +172,7 @@ def githubProperties = new Properties() githubProperties.load(new FileInputStream(rootProject.file("github.properties"))) dependencies { - implementation 'com.termux:termux-shared:0.109' + implementation 'com.termux:termux-shared:0.110' } repositories {