rclone/.github
Nick Craig-Wood 8390ba4ca9 build: fix android build after GitHub actions change
Before this change the android build started failing with

    gomobile: ANDROID_NDK_HOME specifies /usr/local/lib/android/sdk/ndk/25.0.8775105
    which is unusable: unsupported API version 16 (not in 19..33)

This was caused by a change to github actions, but is ultimately due
to an issue in gomobile with the newest version of the SDK.

This change fixes the problem by declaring a minimum API version of 21
and using version 21 compilers to build everything and using the
default NDK in github actions.

See: https://github.com/actions/virtual-environments/issues/5930
See: https://github.com/lightningnetwork/lnd/issues/6651
2022-08-04 10:18:07 +01:00
..
ISSUE_TEMPLATE docs: improve grammar and fix typos (#5361) 2021-11-04 12:50:43 +01:00
workflows build: fix android build after GitHub actions change 2022-08-04 10:18:07 +01:00
FUNDING.yml Add funding links to rclone repo 2020-05-27 17:31:09 +01:00
ISSUE_TEMPLATE.md build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
PULL_REQUEST_TEMPLATE.md .github: correct contribution link in pull request template 2021-10-14 11:07:25 +01:00