Skip to content

Commit

Permalink
1.修改播放完或播放错误时重新播放的逻辑
Browse files Browse the repository at this point in the history
2.在小窗口可以直接进入全屏
3.按下Home键时暂停播放,重新进入继续播放
4.全屏或小窗口播放完毕不自动回到Normal状态
  • Loading branch information
jianjunxiao committed Jun 19, 2017
1 parent e43d7b0 commit dc036a7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions nicevideoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 11
versionName '1.1'
versionCode 12
versionName '1.2'

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

Expand All @@ -30,15 +30,14 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
testCompile 'junit:junit:4.12'
compile 'com.github.bumptech.glide:glide:3.7.0'

// required, enough for most devices.
// required, enough for most devices.
compile 'tv.danmaku.ijk.media:ijkplayer-java:0.8.0'
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.0'
// Other ABIs: optional
// Other ABIs: optional
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.8.0'
// compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.0'
// compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.0'
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.0'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.8.0'
// ExoPlayer as IMediaPlayer: optional, experimental
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.8.0'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.8.0'
// ExoPlayer as IMediaPlayer: optional, experimental
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.8.0'
}

0 comments on commit dc036a7

Please sign in to comment.