diff --git a/README.md b/README.md index 26f75b99f617cd69a1ecdc9909e66d72f534cf07..afeb2adcc9c080cf93fa5bdc1f737a671c1c859c 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.6' - compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.6' + compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.7' + compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.7' # Other ABIs: optional - compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.6' - compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.6' - compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.6' - compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.6' + compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.7' + compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.7' + compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.7' + compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.7' # ExoPlayer as IMediaPlayer: optional, experimental - compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.6' + compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.7' } ``` - 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.6 +git checkout -B latest k0.7.7 ./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.6 +git checkout -B latest k0.7.7 ./init-ios.sh diff --git a/android/ijkplayer/build.gradle b/android/ijkplayer/build.gradle index 46346cba727821146633f472031f03823a074314..15ae831e70ffb29fd3d7ef7dccc7a4ad41d75b75 100644 --- a/android/ijkplayer/build.gradle +++ b/android/ijkplayer/build.gradle @@ -26,8 +26,8 @@ ext { targetSdkVersion = 23 - versionCode = 700600 - versionName = "0.7.6" + versionCode = 700700 + versionName = "0.7.7" } wrapper { diff --git a/android/ijkplayer/gradle.properties b/android/ijkplayer/gradle.properties index 6f1f8702e93e71260369b5b17a3ebafb3afae747..5e79c102ebc20e36fab19a592d83c6f0650a6c16 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.6 -VERSION_CODE=700600 +VERSION_NAME=0.7.7 +VERSION_CODE=700700 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 36ae6604d4e9d76fed7c688621e92beb62b2a761..f0d7a8671b7f6d2d7d870d9c503b2c6c8ef56a01 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.6' - // compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.6' + // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.7' + // compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.7' - // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.6' - // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.6' - // all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.6' + // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.7' + // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.7' + // all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.7' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.6' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.6' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.6' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.6' - // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.6' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.7' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.7' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.7' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.7' + // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.7' // 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 ae53030982a31c8a4b0b2a8f0a728a5e18fe7de1..cbf5a5e26b40f36101744d2aaa3ac64421efb8aa 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.6' + // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.7' } gradle.startParameter.taskNames.each { task -> diff --git a/version.sh b/version.sh index 2b5f7bb470919377a2493a9dce77c7d278ca2f4d..303ee63371646565c547cf3071ce380b6916cf32 100755 --- a/version.sh +++ b/version.sh @@ -2,8 +2,8 @@ set -e -VERSION_CODE=700600 -VERSION_NAME=0.7.6 +VERSION_CODE=700700 +VERSION_NAME=0.7.7 VERSION_TARGET=$1 do_version_readme() {