v0.116 (F-Droid only)
0.116 - 2021-07-01
Changelog
Fixed
-
Jitpack library publishing failed for initial
v0.115
release so 886e52d was done to fix it andv0.115
was re-released but jitpack kept building pre-fix initial release as per commitDate
inbuild.log
, likely due to one time download. So releasingv0.116
so that it gets picked up. Users can import library based on entries like the following. The one mentioned in b7b12eb are invalid. -
implementation 'com.termux.termux-app:termux-shared:0.116'
-
implementation 'com.termux.termux-app:termux-shared:master-SNAPSHOT'
-
implementation 'com.termux.termux-app:termux-shared:e547c15481'
-
implementation 'com.github.termux.termux-app:termux-shared:0.116'
Note that the first time someone imports a new version, it will take some time to build and you may get errors like Unable to resolve dependency for ':app@debug/compileClasspath'
. It will take a few minutes for builds to be downloadable even after build.log
shows them to have succeeded, run Sync Project with Gradle Files
again to try to redownload. You can check builds and their logs at https://jitpack.io/#termux/termux-app and the API at e.g https://jitpack.io/api/resolve/com.termux/termux-app/master-SNAPSHOT.
Github Build
APK. Check Installation for more info on Github Build
APKs.