Skip to content

Commit

Permalink
modify reade me modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
ideastudios committed May 14, 2019
1 parent 20632bd commit d43f285
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IdealRecorder
an ideal WAV PCM recorder library for Android
## [README of English](https://github.com/ideastudios/IdealRecorder/blob/master/README_EN.md)
## [README of English](https://github.com/ideastudios/IdealRecorder/README_EN.md)

安卓上录制 WAV 或者PCM语音的库, 支持音量、录音数据、录音状态、文件路径回调

Expand Down Expand Up @@ -93,7 +93,7 @@ statusListener为回调是的listener 重写需要用到的回调即可
2. Add the dependency
```
dependencies {
implementation'com.github.ideastudios:IdealRecorder:2.0.3'
implementation'com.github.ideastudios:IdealRecorder:2.0.4'
}
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ an ideal WAV PCM recorder library for Android

Record WAV or PCM voice library on Android, support volume, recording data, recording status, file path callback

## [README of Chinese][README]
## [README of Chinese](https://github.com/ideastudios/IdealRecorder/README.md)

## GIF
<img src="gif/screenrecorder.gif"/>
Expand Down Expand Up @@ -88,7 +88,7 @@ Stop recording
2. Add the dependency
```
dependencies {
implementation'com.github.ideastudios:IdealRecorder:2.0.3'
implementation'com.github.ideastudios:IdealRecorder:2.0.4'
}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.yanzhenjie:permission:1.1.0'
compile 'com.github.Jay-Goo:WaveLineView:v1.0.3'
compile 'com.github.ideastudios:IdealRecorder:2.0.3'
compile 'com.github.ideastudios:IdealRecorder:2.0.2'
}

0 comments on commit d43f285

Please sign in to comment.