Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfeng committed Dec 24, 2020
1 parent 0928415 commit 5ca28aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Android music player library. Compatible with MediaSession.

**Sample App:**

* [**Download**](https://github.com/jrfeng/snow/releases/tag/1.0)
* [**Download**](https://github.com/jrfeng/snow/releases/tag/1.0.4)

**More:**

Expand All @@ -52,7 +52,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.jrfeng.snow:player:1.0.1'
implementation 'com.github.jrfeng.snow:player:1.0.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Android 音乐播放器框架,兼容 MediaSession 。

**Sample App:**

* [**下载**](https://github.com/jrfeng/snow/releases/tag/1.0)
* [**下载**](https://github.com/jrfeng/snow/releases/tag/1.0.4)

更多内容:

Expand All @@ -52,7 +52,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.jrfeng.snow:player:1.0.1'
implementation 'com.github.jrfeng.snow:player:1.0.4'
}
```

Expand Down

0 comments on commit 5ca28aa

Please sign in to comment.