We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dcfa6 commit 173cf58Copy full SHA for 173cf58
README.md
@@ -6,7 +6,7 @@
6
### 播放器只有唯一一组MediaPlayer和Surface在工作,切换视频会复用,内存消耗非常小
7
8
# Use
9
- compile 'com.uis:lib-simpleplayer:0.0.5'
+ compile 'com.uis:lib-simpleplayer:0.0.6'
10
# Version
11
0.0.2 init library
12
0.0.5 fixed Databinding Confilect,make demo like Tmall
lib-simpleplayer/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
def siteUrl = 'https://github.com/luiing/SimplePlayer'
5
def gitUrl = 'https://github.com/luiing/SimplePlayer.git'
-version = "0.0.5"
+version = "0.0.6"
android {
compileSdkVersion compileVer
buildToolsVersion buildVer
0 commit comments