Skip to content

Commit b197ace

Browse files
committed
🎨 升级FFmpegCommand到1.3.0
1 parent 72cbf7d commit b197ace

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ allprojects {
8383

8484
```groovy
8585
// 全部编解码-体积较大
86-
implementation 'com.github.AnJoiner:FFmpegCommand:1.2.3'
87-
// 部分常用编解码-体积较小,比上面引入减少大约5M
88-
implementation 'com.github.AnJoiner:FFmpegCommand:1.2.3-lite'
86+
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.0'
87+
// 部分常用编解码-体积较小,比上面引入减少大约6M
88+
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.0-lite'
8989
```
9090

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

README.md

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

8383
```groovy
8484
// All codecs-larger size
85-
implementation 'com.github.AnJoiner:FFmpegCommand:1.2.3'
86-
// Some commonly used codecs-smaller in size, about 5M less than the introduction above
87-
implementation 'com.github.AnJoiner:FFmpegCommand:1.2.3-lite'
85+
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.0'
86+
// Some commonly used codecs-smaller in size, about 6M less than the introduction above
87+
implementation 'com.github.AnJoiner:FFmpegCommand:1.3.0-lite'
8888
```
8989

9090
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)