# Termux v0.116 — v0.116 (F-Droid only) - Product: Termux (https://whatsnew.fyi/product/termux) - Vendor: Termux - Date: 2021-07-01 - Version: v0.116 - Original notes: https://github.com/termux/termux-app/releases/tag/v0.116 - Permalink: https://whatsnew.fyi/product/termux/releases/v0.116 - Labels: Platforms: Android What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix Jitpack library publishing issue where v0.115 initial release was not properly picked up due to build caching, requiring v0.116 release for correct library imports ##### [0.116] - 2021-07-01
Changelog ###### Fixed - Jitpack library publishing failed for initial `v0.115` release so 886e52dc was done to fix it and `v0.115` was re-released but jitpack kept building pre-fix initial release as per commit `Date` in [`build.log`](https://jitpack.io/com/github/termux/termux-app/0.115/build.log), likely due to one time download. So releasing `v0.116` so that it gets picked up. Users can import library based on entries like the following. The one mentioned in b7b12ebe 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](https://github.com/termux/termux-app/actions/runs/988922416). Check [Installation](https://github.com/termux/termux-app#github) for more info on `Github Build` APKs. [0.116]: https://github.com/termux/termux-app/compare/v0.115...v0.116