diff --git a/README.md b/README.md index 605d061d9e712289840177d70c0a37dabe5bc36a..cc9775843d6a4bfca8def94b0395395c06749f28 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ allprojects { dependencies { # required, enough for most devices. - compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.8.2' - compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.2' + compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.9' + compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.9' # Other ABIs: optional - compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.2' - compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.8.2' - compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.8.2' - compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.8.2' + compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.9' + compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.9' + compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.9' + compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.9' # ExoPlayer as IMediaPlayer: optional, experimental - compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.8.2' + compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.9' } ``` - iOS @@ -137,7 +137,7 @@ sudo dpkg-reconfigure dash ``` git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android cd ijkplayer-android -git checkout -B latest k0.7.8.2 +git checkout -B latest k0.7.9 ./init-android.sh @@ -191,7 +191,7 @@ cd .. ``` git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios cd ijkplayer-ios -git checkout -B latest k0.7.8.2 +git checkout -B latest k0.7.9 ./init-ios.sh diff --git a/android/ijkplayer/build.gradle b/android/ijkplayer/build.gradle index e91bd0f297ad7948d1a2759650a42893b96c0828..6aa8950fd61af1a06d3d5222e0425c458677cfdf 100644 --- a/android/ijkplayer/build.gradle +++ b/android/ijkplayer/build.gradle @@ -26,8 +26,8 @@ ext { targetSdkVersion = 23 - versionCode = 700802 - versionName = "0.7.8.2" + versionCode = 700900 + versionName = "0.7.9" } wrapper { diff --git a/android/ijkplayer/gradle.properties b/android/ijkplayer/gradle.properties index 39baadd9b55128f7d34d8b580740cf4d6e2d74c6..d3323952dfc0d07f3ee41246193aaafa07d2491b 100644 --- a/android/ijkplayer/gradle.properties +++ b/android/ijkplayer/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=0.7.8.2 -VERSION_CODE=700802 +VERSION_NAME=0.7.9 +VERSION_CODE=700900 GROUP=tv.danmaku.ijk.media # http://central.sonatype.org/pages/requirements.html diff --git a/android/ijkplayer/ijkplayer-example/build.gradle b/android/ijkplayer/ijkplayer-example/build.gradle index 686cf56d602d8ddb07008d6e9dbdf9405347cdc2..791866253c1f85c06e037b6ee97d711e231f45cd 100644 --- a/android/ijkplayer/ijkplayer-example/build.gradle +++ b/android/ijkplayer/ijkplayer-example/build.gradle @@ -54,18 +54,18 @@ dependencies { all64Compile project(':ijkplayer-x86') all64Compile project(':ijkplayer-x86_64') - // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.8.2' - // compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.8.2' + // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.9' + // compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.9' - // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.2' - // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.2' - // all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.8.2' + // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.9' + // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.9' + // all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.9' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.8.2' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.8.2' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.8.2' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.8.2' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.8.2' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.9' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.9' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.9' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.9' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.9' // armv5Compile project(':player-armv5') // armv7aCompile project(':player-armv7a') diff --git a/android/ijkplayer/ijkplayer-exo/build.gradle b/android/ijkplayer/ijkplayer-exo/build.gradle index 686e69fb86a839c5098c9b9591ac78913d3356ce..222a13d5b59337c7771d8982760f3a83f8473131 100644 --- a/android/ijkplayer/ijkplayer-exo/build.gradle +++ b/android/ijkplayer/ijkplayer-exo/build.gradle @@ -28,7 +28,7 @@ dependencies { compile 'com.google.android.exoplayer:exoplayer:r1.5.11' compile project(':ijkplayer-java') - // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.8.2' + // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.9' } gradle.startParameter.taskNames.each { task -> diff --git a/version.sh b/version.sh index 64ebdc3245b1af9e396f554d4a959b1875b64502..94e722c55ddeb4bcfef084b9d4e498c1cf563894 100755 --- a/version.sh +++ b/version.sh @@ -2,8 +2,8 @@ set -e -VERSION_CODE=700802 -VERSION_NAME=0.7.8.2 +VERSION_CODE=700900 +VERSION_NAME=0.7.9 VERSION_TARGET=$1 do_version_readme() {