Skip to content

Commit

Permalink
update 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoshuai904 committed Jul 20, 2022
1 parent 4421a61 commit 6664989
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![API](https://img.shields.io/badge/API-14%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=14)
[![Version](https://jitpack.io/v/shaoshuai904/RecordWav.svg)](https://jitpack.io/#shaoshuai904/RecordWav)

[download demo.apk](/screens/app_v1.2.0.apk?raw=true)
[download demo.apk](/screens/app_v1.2.1.apk?raw=true)

A tool for `recording`, `playing` and `parsing` WAV files.

Expand Down Expand Up @@ -37,7 +37,7 @@ Features include:

```groovy
dependencies {
implementation 'com.github.shaoshuai904:RecordWav:1.2.0'
implementation 'com.github.shaoshuai904:RecordWav:1.2.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![API](https://img.shields.io/badge/API-14%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=14)
[![Version](https://jitpack.io/v/shaoshuai904/RecordWav.svg)](https://jitpack.io/#shaoshuai904/RecordWav)

[下载demo.apk](/screens/app_v1.2.0.apk?raw=true)
[下载demo.apk](/screens/app_v1.2.1.apk?raw=true)

`录制``播放``解析` 于一体的wav文件的工具类。

Expand Down Expand Up @@ -37,7 +37,7 @@

```groovy
dependencies {
implementation 'com.github.shaoshuai904:RecordWav:1.2.0'
implementation 'com.github.shaoshuai904:RecordWav:1.2.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ android.injected.testOnly=false
android.enableJetifier=true
android.useAndroidX=true
# version config
VERSION_CODE=16
VERSION_NAME=1.2.0
VERSION_CODE=17
VERSION_NAME=1.2.1
Binary file renamed screens/app-v1.2.0.apk → screens/app-v1.2.1.apk
Binary file not shown.

0 comments on commit 6664989

Please sign in to comment.