diff --git a/readme.md b/readme.md index a688fab8..3b797369 100644 --- a/readme.md +++ b/readme.md @@ -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:** @@ -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' } ``` diff --git a/readme_zh.md b/readme_zh.md index 1ba1e6e5..0496448e 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -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) 更多内容: @@ -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' } ```