Skip to content

Taskomater/tr_dex_libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tr_dex_libraries

Provides jar and their respective dex files for common libraries that can be loaded in Tasker app with DexClassLoader via Java Function action. The tx_dex_utils project is provides utility tasks to easier load dex files.

The library jar files are currently manually downloaded from respective library's published repo, like maven, etc and then pushed. The jar files need to converted to dex files with the command dx --dex --output=/path/to/dex /path/to/jar to be loadable by DexClassLoader. The dex files are built with a github workflow for security reasons instead of locally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages