Skip to content

Commit

Permalink
版本更新到1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfeng1994 committed Dec 13, 2019
1 parent 97dd564 commit c4b114d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ app 的 build.gradle 下添加

```
dependencies {
implementation 'com.github.yangfeng1994:FFmpeg-Android:v1.1.0'
implementation 'com.github.yangfeng1994:FFmpeg-Android:v1.1.1'
}
```

Expand Down
6 changes: 3 additions & 3 deletions android-ffmpeg/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.yangfeng1994'
version = '1.1.0'
version = '1.1.1'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 11
targetSdkVersion 28
versionCode 10
versionName "1.1.0"
versionCode 11
versionName "1.1.1"
}

buildTypes {
Expand Down

0 comments on commit c4b114d

Please sign in to comment.