Skip to content

Commit

Permalink
Modify the minimum version of 19, increase Ijkplayer model more support
Browse files Browse the repository at this point in the history
  • Loading branch information
HotBitmapGG committed Sep 5, 2016
1 parent 81ad162 commit 322be27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId "com.hotbitmapgg.ohmybilibili"
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 23
versionCode 5
versionName "2.1.3"
@@ -58,6 +58,11 @@ dependencies {
//ijkplayer播放器
compile 'tv.danmaku.ijk.media:ijkplayer-java:0.6.0'
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.6.0'
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.6.1'
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.6.1'
//最小版本21
//compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.6.1'
//compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.6.1'
//RxLifecycle 内存泄露
compile 'com.trello:rxlifecycle-components:0.6.1'
//RxBinding系列

0 comments on commit 322be27

Please sign in to comment.