From 33b88b5d4b9f671934f1aab07fe1543c61ab5319 Mon Sep 17 00:00:00 2001 From: tareksander <57038324+tareksander@users.noreply.github.com> Date: Tue, 7 Dec 2021 00:06:05 +0100 Subject: [PATCH] Changed: Set termux-am-library to a tag instead of following the main branch. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 676d7a17..2e7c7a05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { implementation project(":termux-shared") - implementation 'com.github.tareksander:termux-am-library:main-SNAPSHOT' + implementation 'com.github.tareksander:termux-am-library:1.0' }