Skip to content

Commit

Permalink
update library version to undo modify
Browse files Browse the repository at this point in the history
  • Loading branch information
KunMinX committed Jun 20, 2022
1 parent a8c4e37 commit 40c92e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Jetpack-MusicPlayer 目标是:**一行代码即可接入 音乐播放控制组
1.在 build.gradle 中添加依赖。

```groovy
implementation 'com.kunminx.player:player:3.6.0'
implementation 'com.kunminx.player:player:3.7.0'
```

提示:鉴于 Jcenter 关闭,我们已将仓库迁移至 Maven Central,请自行在根目录 build.gradle 添加 `mavenCentral()`
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are thinking about [**how to choose the right architecture for your proje
1. Add a dependency on the library in build.gradle.

```groovy
implementation 'com.kunminx.player:player:3.6.0'
implementation 'com.kunminx.player:player:3.7.0'
```

Tip: 鉴于 Jcenter 的关闭,我们已将仓库迁移至 Maven Central,请自行在根目录 build.gradle 添加 `mavenCentral()`
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
ext {
appTargetSdk = 31
appMinSdk = 23
appVersionCode = 30600
appVersionName = "3.6.0"
appVersionCode = 30700
appVersionName = "3.7.0"
lifecycleVersion = "2.4.1"
navigationVersion = "2.4.2"
retrofitVersion = "2.9.0"
Expand Down

0 comments on commit 40c92e7

Please sign in to comment.