Skip to content

Commit

Permalink
fix list bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguangwei committed May 4, 2018
1 parent 4d01d14 commit 81ef397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
### Step 2. Add the dependency
```
dependencies {
compile 'com.github.xieguangwei:MyCustomMediaPlayer:1.9'
compile 'com.github.xieguangwei:MyCustomMediaPlayer:2.0'
}
```
## 2.新添加边播边缓存,缓存框架使用的是danikula的[AndroidVideoCache](https://github.com/danikula/AndroidVideoCache)
Expand Down
2 changes: 1 addition & 1 deletion custommediaplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.9"
versionName "2.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 81ef397

Please sign in to comment.