Added: termux-am-library to integrate am with Termux.

This commit is contained in:
tareksander
2021-12-04 19:28:32 +01:00
committed by agnostic-apollo
parent e597ece75f
commit 4aca16326c
3 changed files with 182 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ android {
implementation project(":terminal-view")
implementation project(":termux-shared")
implementation 'com.github.tareksander:termux-am-library:main-SNAPSHOT'
}
defaultConfig {