提交 645858d7 编写于 作者: Z Zhang Rui

k0.4.2

上级 b3f78337
tag next tag next
-------------------------------- --------------------------------
tag k0.4.2
--------------------------------
- ios: support Xcode 7 - ios: support Xcode 7
- ios: drop support of iOS 5.x - ios: drop support of iOS 5.x
- ffmpeg: enable libavfilter - ffmpeg: enable libavfilter
......
...@@ -15,13 +15,13 @@ allprojects { ...@@ -15,13 +15,13 @@ allprojects {
} }
dependencies { dependencies {
compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.1' compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.2'
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.4.1' compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.4.2'
# optional # optional
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.4.1' compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.4.2'
compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.4.1' compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.4.2'
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.4.1' compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.4.2'
} }
``` ```
- iOS - iOS
...@@ -119,7 +119,7 @@ sudo dpkg-reconfigure dash ...@@ -119,7 +119,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.1 git checkout -B latest k0.4.2
./init-android.sh ./init-android.sh
...@@ -159,7 +159,7 @@ cd .. ...@@ -159,7 +159,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.1 git checkout -B latest k0.4.2
./init-ios.sh ./init-ios.sh
......
...@@ -26,8 +26,8 @@ ext { ...@@ -26,8 +26,8 @@ ext {
targetSdkVersion = 23 targetSdkVersion = 23
versionCode = 401001 versionCode = 402000
versionName = "0.4.1.1" versionName = "0.4.2"
} }
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.1.1 VERSION_NAME=0.4.2
VERSION_CODE=401001 VERSION_CODE=402000
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.1' compile 'com.google.android.exoplayer:exoplayer:r1.5.1'
compile project(':ijkplayer-java') compile project(':ijkplayer-java')
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.1' // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.2'
} }
// apply from: '../tools/gradle-mvn-push.gradle' // apply from: '../tools/gradle-mvn-push.gradle'
......
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.3.1</string> <string>0.4.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>301</string> <string>402</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>UIFileSharingEnabled</key> <key>UIFileSharingEnabled</key>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册