File tree Expand file tree Collapse file tree
ios/IJKMediaDemo/IJKMediaDemo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11tag 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
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ allprojects {
1515}
1616
1717dependencies {
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```
120120git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
121121cd 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```
160160git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
161161cd ijkplayer-ios
162- git checkout -B latest k0.4.1
162+ git checkout -B latest k0.4.2
163163
164164./init-ios.sh
165165
Original file line number Diff line number Diff line change 2626
2727 targetSdkVersion = 23
2828
29- versionCode = 401001
30- versionName = " 0.4.1.1 "
29+ versionCode = 402000
30+ versionName = " 0.4.2 "
3131}
3232
3333wrapper {
Original file line number Diff line number Diff line change 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
2222GROUP =tv.danmaku.ijk.media
2323
2424# http://central.sonatype.org/pages/requirements.html
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments