Skip to content

Commit

Permalink
update lib use
Browse files Browse the repository at this point in the history
  • Loading branch information
KunMinX committed Aug 20, 2022
1 parent 4e5af8d commit bfe8782
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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:4.0.2'
implementation 'com.kunminx.player:player:4.0.3'
```

提示:鉴于 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:4.0.2'
implementation 'com.kunminx.player:player:4.0.3'
```

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 @@ -4,8 +4,8 @@ buildscript {
ext {
appTargetSdk = 32
appMinSdk = 23
appVersionCode = 40002
appVersionName = "4.0.2"
appVersionCode = 40003
appVersionName = "4.0.3"
lifecycleVersion = "2.4.1"
navigationVersion = "2.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion player/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation "androidx.appcompat:appcompat:1.5.0"
implementation "com.github.KunMinX:MVI-Dispatcher:7.0.2-beta"
implementation "com.github.KunMinX:MVI-Dispatcher:7.0.3-beta"
implementation "com.google.android.exoplayer:exoplayer:2.18.1"
}

0 comments on commit bfe8782

Please sign in to comment.