Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
limin committed Nov 8, 2018
1 parent b62b96b commit 0ffcf22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ With it, you can encode a video at any resolution, no longer need to care about
![ScreenRecord_1](https://github.com/lmylr/HardwareVideoCodec/blob/master/images/ScreenRecord_1.gif)
![ScreenRecord_1](https://github.com/lmylr/HardwareVideoCodec/blob/master/images/ScreenRecord_2.gif)
## Latest release
[V1.7.2](https://github.com/lmylr/HardwareVideoCodec/releases/tag/v1.7.2)
[V1.7.3](https://github.com/lmylr/HardwareVideoCodec/releases/tag/v1.7.3)

* Support seek now.
* Fix player`s life cycle.
* Support add filters to existing videos or cut videos.
* Support video player.

Expand Down Expand Up @@ -45,8 +47,8 @@ allprojects {
* Module build.gradle
```
dependencies {
implementation 'com.lmy.codec:hardwarevideocodec:1.7.1'
implementation 'com.lmy.codec:rtmp:1.7.1'//If you want to use RTMP stream.
implementation 'com.lmy.codec:hardwarevideocodec:1.7.3'
implementation 'com.lmy.codec:rtmp:1.7.3'//If you want to use RTMP stream.
}
```
* For record mp4
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation 'com.tencent.bugly:crashreport:latest.release'
implementation 'com.tencent.bugly:nativecrashreport:latest.release'
// implementation 'com.lmy.codec:hardwarevideocodec:1.7.2'
// implementation 'com.lmy.codec:rtmp:1.7.2'
// implementation 'com.lmy.codec:hardwarevideocodec:1.7.3'
// implementation 'com.lmy.codec:rtmp:1.7.3'
implementation project(':codec')
implementation project(':rtmp')
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
ext.kotlin_version = '1.2.30'
ext.versionCode = 18
ext.versionName = "1.7.2"
ext.versionCode = 19
ext.versionName = "1.7.3"
repositories {
google()
jcenter()
Expand Down

0 comments on commit 0ffcf22

Please sign in to comment.