naett.c

Tiny cross-platform HTTP / HTTPS client library in C.
git clone git://git.finwo.net/lib/naett.c
Log | Files | Refs | README | LICENSE

commit c8f980a81dd994c2b6566f74da06065c32b382f2
parent b304c376cb8c52cc27579ebf1c298d3e679aa0c2
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Sat, 13 Apr 2024 20:36:59 +0200

Test other api levels

Diffstat:
M.github/workflows/android.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - api-level: [29] + api-level: [28, 31] steps: - name: Check out code