Skip to content

Commit 173cf58

Browse files
author
huaibing
committed
release 0.0.6
1 parent c1dcfa6 commit 173cf58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### 播放器只有唯一一组MediaPlayer和Surface在工作,切换视频会复用,内存消耗非常小
77

88
# Use
9-
compile 'com.uis:lib-simpleplayer:0.0.5'
9+
compile 'com.uis:lib-simpleplayer:0.0.6'
1010
# Version
1111
0.0.2 init library
1212
0.0.5 fixed Databinding Confilect,make demo like Tmall

lib-simpleplayer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44
def siteUrl = 'https://github.com/luiing/SimplePlayer'
55
def gitUrl = 'https://github.com/luiing/SimplePlayer.git'
6-
version = "0.0.5"
6+
version = "0.0.6"
77
android {
88
compileSdkVersion compileVer
99
buildToolsVersion buildVer

0 commit comments

Comments
 (0)