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 5f695cfa9fcbf30668a4d3ac4b4abf1cd89a1302
parent c8f980a81dd994c2b6566f74da06065c32b382f2
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Sat, 13 Apr 2024 20:40:10 +0200

Just 28?

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: [28, 31] + api-level: [28] steps: - name: Check out code