Skip to content

Commit

Permalink
chore: release version 0.7.12
Browse files Browse the repository at this point in the history
* publish android aar to mavenCenter (Android)
* upload android symbols to github release (Android)
  • Loading branch information
befovy committed Jul 10, 2021
1 parent 632b390 commit 6a351e9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions android/ijkplayer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion init-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions ios/CocoaPodsPub/BIJKPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down

0 comments on commit 6a351e9

Please sign in to comment.