Skip to content

Commit 645858d

Browse files
committed
k0.4.2
1 parent b3f7833 commit 645858d

6 files changed

Lines changed: 17 additions & 14 deletions

File tree

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
tag next
22
--------------------------------
3+
4+
tag k0.4.2
5+
--------------------------------
36
- ios: support Xcode 7
47
- ios: drop support of iOS 5.x
58
- ffmpeg: enable libavfilter

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ allprojects {
1515
}
1616
1717
dependencies {
18-
compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.1'
19-
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.4.1'
18+
compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.2'
19+
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.4.2'
2020
2121
# optional
22-
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.4.1'
23-
compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.4.1'
24-
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.4.1'
22+
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.4.2'
23+
compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.4.2'
24+
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.4.2'
2525
}
2626
```
2727
- iOS
@@ -119,7 +119,7 @@ sudo dpkg-reconfigure dash
119119
```
120120
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
121121
cd ijkplayer-android
122-
git checkout -B latest k0.4.1
122+
git checkout -B latest k0.4.2
123123
124124
./init-android.sh
125125
@@ -159,7 +159,7 @@ cd ..
159159
```
160160
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
161161
cd ijkplayer-ios
162-
git checkout -B latest k0.4.1
162+
git checkout -B latest k0.4.2
163163
164164
./init-ios.sh
165165

android/ijkplayer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ ext {
2626

2727
targetSdkVersion = 23
2828

29-
versionCode = 401001
30-
versionName = "0.4.1.1"
29+
versionCode = 402000
30+
versionName = "0.4.2"
3131
}
3232

3333
wrapper {

android/ijkplayer/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.4.1.1
21-
VERSION_CODE=401001
20+
VERSION_NAME=0.4.2
21+
VERSION_CODE=402000
2222
GROUP=tv.danmaku.ijk.media
2323

2424
# http://central.sonatype.org/pages/requirements.html

android/ijkplayer/ijkplayer-exo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
compile 'com.google.android.exoplayer:exoplayer:r1.5.1'
2626

2727
compile project(':ijkplayer-java')
28-
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.1'
28+
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.4.2'
2929
}
3030

3131
// apply from: '../tools/gradle-mvn-push.gradle'

ios/IJKMediaDemo/IJKMediaDemo/IJKMediaDemo-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>0.3.1</string>
24+
<string>0.4.2</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>301</string>
28+
<string>402</string>
2929
<key>LSRequiresIPhoneOS</key>
3030
<true/>
3131
<key>UIFileSharingEnabled</key>

0 commit comments

Comments
 (0)