提交 151f29ea 编写于 作者: Z Zhang Rui

k0.4.4.1

上级 3b63d994
...@@ -16,16 +16,16 @@ allprojects { ...@@ -16,16 +16,16 @@ allprojects {
dependencies { dependencies {
# required, enough for most devices. # required, enough for most devices.
compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.4' compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.4.1'
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.4.4' compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.4.4.1'
# Other ABIs: optional # Other ABIs: optional
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.4.4' compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.4.4.1'
compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.4.4' compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.4.4.1'
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.4.4' compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.4.4.1'
# ExoPlayer as IMediaPlayer: optional, experimental # ExoPlayer as IMediaPlayer: optional, experimental
compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.4.4' compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.4.4.1'
} }
``` ```
- iOS - iOS
...@@ -135,7 +135,7 @@ sudo dpkg-reconfigure dash ...@@ -135,7 +135,7 @@ sudo dpkg-reconfigure dash
``` ```
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android cd ijkplayer-android
git checkout -B latest k0.4.4 git checkout -B latest k0.4.4.1
./init-android.sh ./init-android.sh
...@@ -175,7 +175,7 @@ cd .. ...@@ -175,7 +175,7 @@ cd ..
``` ```
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
cd ijkplayer-ios cd ijkplayer-ios
git checkout -B latest k0.4.4 git checkout -B latest k0.4.4.1
./init-ios.sh ./init-ios.sh
......
...@@ -26,8 +26,8 @@ ext { ...@@ -26,8 +26,8 @@ ext {
targetSdkVersion = 23 targetSdkVersion = 23
versionCode = 404000 versionCode = 404001
versionName = "0.4.4" versionName = "0.4.4.1"
} }
wrapper { wrapper {
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true # org.gradle.parallel=true
VERSION_NAME=0.4.4 VERSION_NAME=0.4.4.1
VERSION_CODE=404000 VERSION_CODE=404001
GROUP=tv.danmaku.ijk.media GROUP=tv.danmaku.ijk.media
# http://central.sonatype.org/pages/requirements.html # http://central.sonatype.org/pages/requirements.html
......
...@@ -25,7 +25,7 @@ dependencies { ...@@ -25,7 +25,7 @@ dependencies {
compile 'com.google.android.exoplayer:exoplayer:r1.5.2' compile 'com.google.android.exoplayer:exoplayer:r1.5.2'
compile project(':ijkplayer-java') compile project(':ijkplayer-java')
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.4' // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.4.1'
} }
ext { ext {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
set -e set -e
VERSION_CODE=404000 VERSION_CODE=404001
VERSION_NAME=0.4.4 VERSION_NAME=0.4.4.1
echo_usage() { echo_usage() {
echo "" echo ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册