From b025872029d1848c9288cfddcf64a71e18f24efa Mon Sep 17 00:00:00 2001 From: tareksander <57038324+tareksander@users.noreply.github.com> Date: Wed, 8 Dec 2021 21:15:07 +0100 Subject: [PATCH] Changed: Updated the termux-am-library dependency, because the repo is now part of the Termux github organization. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2e7c7a05..5811c7ed 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:1.0' + implementation 'com.github.termux:termux-am-library:1.0' }