Skip to content

Commit

Permalink
Corrected the dynamic library size in the readme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
caikelun committed Aug 8, 2024
1 parent d57e517 commit 7ce2260
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ xDL is an enhanced implementation of the Android DL series functions.
If xDL is compiled into an independent dynamic library:

| ABI | Compressed (KB) | Uncompressed (KB) |
| :---------- | --------------: | ----------------: |
| armeabi-v7a | 7.5 | 13 |
| arm64-v8a | 8.5 | 18 |
| x86 | 8.5 | 17 |
| x86_64 | 8.7 | 18 |
| :---------- |----------------:|------------------:|
| armeabi-v7a | 7.9 | 15 |
| arm64-v8a | 9.1 | 20 |
| x86 | 9.0 | 18 |
| x86_64 | 9.1 | 20 |


## Usage
Expand Down
10 changes: 5 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ xDL 是 Android DL 系列函数的增强实现。
如果将 xDL 编译成独立的动态库:

| ABI | 压缩后 (KB) | 未压缩 (KB) |
| :---------- | ---------: | ---------: |
| armeabi-v7a | 7.5 | 13 |
| arm64-v8a | 8.5 | 18 |
| x86 | 8.5 | 17 |
| x86_64 | 8.7 | 18 |
| :---------- |---------:|---------:|
| armeabi-v7a | 7.9 | 15 |
| arm64-v8a | 9.1 | 20 |
| x86 | 9.0 | 18 |
| x86_64 | 9.1 | 20 |


## 使用
Expand Down

0 comments on commit 7ce2260

Please sign in to comment.