From a1719d91b3ef32218a0ac6553c659f3e1baab4da Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Tue, 26 Apr 2022 02:03:14 +0500 Subject: [PATCH] Changed: Bump `termux-am-library` to 2.0.0 that uses `minSdkVersion` `21` --- termux-shared/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux-shared/build.gradle b/termux-shared/build.gradle index 573f547c..d44a8e45 100644 --- a/termux-shared/build.gradle +++ b/termux-shared/build.gradle @@ -27,7 +27,7 @@ android { implementation project(":terminal-view") - implementation 'com.github.termux:termux-am-library:1.0' + implementation "com.termux:termux-am-library:v2.0.0" } defaultConfig {