Skip to content

Commit 5fa3ace

Browse files
committed
chore: release version 0.7.12
* publish android aar to mavenCenter (Android) * upload android symbols to github release (Android)
1 parent 632b390 commit 5fa3ace

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
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.
55

66

7+
---
8+
9+
## 0.7.12 (2021-07-10)
10+
11+
* publish android aar to mavenCenter (Android)
12+
* upload android symbols to github release (Android)
13+
714
---
815

916
## 0.7.10 (2021-05-15)

android/ijkplayer/gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.7.11
21-
VERSION_CODE=000711
20+
VERSION_NAME=0.7.12
21+
VERSION_CODE=000712
2222
GROUP=com.befovy.fijkplayer
2323

2424
# http://central.sonatype.org/pages/requirements.html

ios/CocoaPodsPub/BIJKPlayer.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "BIJKPlayer"
19-
spec.version = "0.7.10"
19+
spec.version = "0.7.12"
2020
spec.summary = "ijkplayer iOS video player SDK"
2121

2222
spec.author = { "befovy" => "[email protected]" }
@@ -78,7 +78,7 @@ Pod::Spec.new do |spec|
7878
# Supports git, hg, bzr, svn and HTTP.
7979
#
8080

81-
spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.10/IJKMediaPlayer.tar.gz" }
81+
spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.12/IJKMediaPlayer.tar.gz" }
8282

8383
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
8484
#

0 commit comments

Comments
 (0)