You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This is a new experimental QUIC codec for netty which makes use of [quiche](http
7
7
## How to include the dependency
8
8
9
9
To include the dependency you need to ensure you also specify the right classifier. At the moment we only support Linux
10
-
x86_64, macOS / OSX x86_64 and Windows x86_64 but this may change.
10
+
x86_64 and aarch64, macOS / OSX x86_64, Windows x86_64 and Android but this may change.
11
11
12
12
As an example this is how you would include the dependency in maven:
13
13
For Linux x86_64:
@@ -42,6 +42,20 @@ For Windows:
42
42
</dependency>
43
43
```
44
44
45
+
For Android:
46
+
47
+
It's a single dependency that contains the following [ABI](https://developer.android.com/ndk/guides/abis): `armeabi-v7a`, `arm64-v8a`, `x86`, `x86-64`.
48
+
If you don't need all ABI in your application, check out [abiFilters](https://developer.android.com/ndk/guides/abis#gc).
0 commit comments