Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Aug 4, 2024
1 parent 23169cc commit c4aff60
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ If you only want to use curl tool, unzip apk, extract `libcurl.so` and rename it
Gradle:

```gradle
implementation 'io.github.vvb2060.ndk:curl:8.8.0'
implementation("io.github.vvb2060.ndk:curl:8.9.1")
// or LTO version (~35MiB), it does not strip any debug info
implementation("io.github.vvb2060.ndk:curl:8.9.1-lto-ndk27")
```

This library is [Prefab](https://google.github.io/prefab/), so you will need to enable it in your project (Android Gradle Plugin 4.1+):
Expand Down Expand Up @@ -71,6 +73,14 @@ target_link_libraries(app curl::curl_static)

## Version

### 8.9.1
- curl 8.9.1
- nghttp2 1.62.1
- nghttp3 1.4.0
- ngtcp2 1.6.0
- add LTO version
- add riscv64

### 8.8.0
- curl 8.8.0 with [my patch](https://github.com/curl/curl/pull/13816)
- nghttp2 1.62.1
Expand Down

0 comments on commit c4aff60

Please sign in to comment.