Skip to content

Commit 999ce73

Browse files
committed
chore: release f0.7.15
1 parent b0117e0 commit 999ce73

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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.15 (2021-07-10)
10+
11+
* add concrete rules for consumer proguard (Android)
12+
713
---
814

915
## 0.7.12 (2021-07-10)

android/ijkplayer/fijkplayer-full/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444

4545
buildTypes {
4646
release {
47-
minifyEnabled true
47+
minifyEnabled false
4848
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
4949
}
5050
}

android/ijkplayer/gradle.properties

Lines changed: 2 additions & 2 deletions
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.12
21-
VERSION_CODE=000712
20+
VERSION_NAME=0.7.15
21+
VERSION_CODE=000715
2222
GROUP=com.befovy.fijkplayer
2323

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

ios/CocoaPodsPub/BIJKPlayer.podspec

Lines changed: 2 additions & 2 deletions
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.12"
19+
spec.version = "0.7.15"
2020
spec.summary = "ijkplayer iOS video player SDK"
2121

2222
spec.author = { "befovy" => "befovy@gmail.com" }
@@ -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.12/IJKMediaPlayer.tar.gz" }
81+
spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.15/IJKMediaPlayer.tar.gz" }
8282

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

0 commit comments

Comments
 (0)