Skip to content

Commit

Permalink
chore: release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Jul 3, 2020
1 parent 23a9cd1 commit 9227132
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
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.5 (2020-07-03)

* fix: update position with duration value when playback complete ([f3d27d8](https://github.com/befovy/ijkplayer/commit/f3d27d832ba0a3472bb59c129c2c65591f8855d4))
* fix: use cmake configure generate ijkversion.h ([d252733](https://github.com/befovy/ijkplayer/commit/d252733c36cc05a2fc22ea23c99c04b4872b9f72))
* fix: android vout memory leak ([39631b0](https://github.com/befovy/ijkplayer/commit/39631b0344e5d9576d01d3498a0786362222cec2))
* upgrade android build ndk to ndk16 (#39 #42 #43)

## 0.7.4 (2020-05-10)

* fix **android:** video render failed after call reset ([ef323bb](https://github.com/befovy/ijkplayer/commit/ef323bb5f3e661a11125a0a4cc9c4c2ced6d04c0))
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.4
VERSION_CODE=000704
VERSION_NAME=0.7.5
VERSION_CODE=000705
GROUP=com.befovy.fijkplayer

# http://central.sonatype.org/pages/requirements.html
Expand Down
2 changes: 1 addition & 1 deletion ios/CocoaPodsPub/BIJKPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Pod::Spec.new do |spec|
# Supports git, hg, bzr, svn and HTTP.
#

spec.source = { :http => "https://dl.bintray.com/befovytray/bijkplayer/f0.7.4/IJKMediaPlayer.tar.gz" }
spec.source = { :http => "https://dl.bintray.com/befovytray/bijkplayer/f0.7.5/IJKMediaPlayer.tar.gz" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# CocoaPods is smart about how it includes source code. For source files
Expand Down

0 comments on commit 9227132

Please sign in to comment.