Skip to content

Commit 6691da7

Browse files
committed
文档:更新ReadMe版本信息
docs(readme): 更新最新版本信息
1 parent b1f7b3a commit 6691da7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README-CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ dependencyResolutionManagement {
9696

9797
```groovy
9898
// 全部编解码-体积较大
99-
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.2'
99+
implementation 'com.github.AnJoiner.FFmpegCommand:ffmpeg:1.3.3'
100100
// 部分常用编解码-体积较小,比上面引入减少大约6M
101-
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.2-lite'
101+
implementation 'com.github.AnJoiner.FFmpegCommand:ffmpeg-lite:1.3.3'
102102
```
103103

104+
105+
104106
更改module下build.gradle,当前库只支持`armeabi-v7a``arm64-v8a`
105107
,当然也可以只使用一种(一般使用`armeabi-v7a`
106108
可以向下兼容),可以参考[【Android ABI】](https://developer.android.com/ndk/guides/abis)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Choose only one of the following two introductions, and replace the following ac
9090

9191
```groovy
9292
// All codecs-larger size
93-
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.2'
93+
implementation 'com.github.AnJoiner.FFmpegCommand:ffmpeg:1.3.3'
9494
// Some commonly used codecs-smaller in size, about 6M less than the introduction above
95-
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.2-lite'
95+
implementation 'com.github.AnJoiner.FFmpegCommand:ffmpeg-lite:1.3.3'
9696
```
9797

9898
Change build.gradle under module, the current library only supports `armeabi-v7a` and `arm64-v8a`, of course you can use only one (usually using `armeabi-v7a` for backward compatibility). You can Can refer to [【Android ABI】](https://developer.android.com/ndk/guides/abis)

0 commit comments

Comments
 (0)