Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: termux/termux-app Loading
base: v0.115
Choose a base ref
...
head repository: termux/termux-app Loading
compare: v0.116
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 1, 2021

  1. Revert "Bump to v0.115"

    This reverts commit bde9d01
    agnostic-apollo committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    8e4da6c View commit details
    Browse the repository at this point in the history
  2. Export JITPACK_NDK_VERSION for jitpack

    Jitpack build is failing with the following error
    
    ```
    > Configure project :
    Gradle version Gradle 7.1
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    A problem occurred configuring project ':app'.
    > com.android.builder.errors.EvalIssueException: NDK from ndk.dir at /opt/android-sdk-linux/ndk-bundle had version [21.1.6352462] which disagrees with android.ndkVersion [22.1.7171670]
    ```
    
    So attempting to manually export an env variable for jitpack which uses ndk 21.1.6352462 instead of the termux default 22.1.7171670 and which is also used by F-Droid
    
    https://jitpack.io/com/github/termux/termux-app/0.115/build.log
    
    https://github.com/jitpack/jitpack.io/blob/master/BUILDING.md#custom-commands
    
    https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.termux.yml#L726
    agnostic-apollo committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    886e52d View commit details
    Browse the repository at this point in the history
  3. Bump to v0.115

    agnostic-apollo committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c621c35 View commit details
    Browse the repository at this point in the history
  4. Bump to v0.116

    agnostic-apollo committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e547c15 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    agnostic-apollo committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    78be0e7 View commit details
    Browse the repository at this point in the history
Loading