diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e31087c5..93d2bece32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +--- + +## 0.7.12 (2021-07-10) + +* publish android aar to mavenCenter (Android) +* upload android symbols to github release (Android) + --- ## 0.7.10 (2021-05-15) diff --git a/android/ijkplayer/gradle.properties b/android/ijkplayer/gradle.properties index e2fbf5f18a..f4c3fd3b63 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.11 -VERSION_CODE=000711 +VERSION_NAME=0.7.12 +VERSION_CODE=000712 GROUP=com.befovy.fijkplayer # http://central.sonatype.org/pages/requirements.html diff --git a/init-ios.sh b/init-ios.sh index 91faa000e6..df815f1341 100755 --- a/init-ios.sh +++ b/init-ios.sh @@ -18,7 +18,7 @@ # IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git -IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git +IJK_FFMPEG_FORK=https://github.com/befovy/FFmpeg.git IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20210522--926 IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg diff --git a/ios/CocoaPodsPub/BIJKPlayer.podspec b/ios/CocoaPodsPub/BIJKPlayer.podspec index e584ecbb5a..4aba528d69 100644 --- a/ios/CocoaPodsPub/BIJKPlayer.podspec +++ b/ios/CocoaPodsPub/BIJKPlayer.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "BIJKPlayer" - spec.version = "0.7.10" + spec.version = "0.7.12" spec.summary = "ijkplayer iOS video player SDK" spec.author = { "befovy" => "befovy@gmail.com" } @@ -78,7 +78,7 @@ Pod::Spec.new do |spec| # Supports git, hg, bzr, svn and HTTP. # - spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.10/IJKMediaPlayer.tar.gz" } + spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.12/IJKMediaPlayer.tar.gz" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # #