Skip to content

Commit

Permalink
* update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhangqu committed Apr 19, 2019
1 parent 0944ac4 commit 04d2498
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,3 +11,8 @@ version 73.0.3653.0
- fix some bug
- add dns interface
- add some custom response headers such as route, protocol, tls

version 73.0.3653.0.1
-------------

- Fix content-length error when content-encoding is set
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -26,7 +26,6 @@ Feature

- Full platform supports the latest version of TLS.
- The platform supports the latest network protocols such as HTTP/2 and QUIC.
- This Library compiled without FTP, WebSocket support, if you need to use you'd better compile it yourself.

Usage
-----
Expand All @@ -37,14 +36,14 @@ Usage
<dependency>
<groupId>io.github.lizhangqu</groupId>
<artifactId>cronet-native</artifactId>
<version>73.0.3653.0</version>
<version>73.0.3653.0.1</version>
</dependency>
```

**Gradle**

```
compile 'io.github.lizhangqu:cronet-native:73.0.3653.0'
compile 'io.github.lizhangqu:cronet-native:73.0.3653.0.1'
```

**NDK abiFilters**
Expand Down

0 comments on commit 04d2498

Please sign in to comment.