Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Nov 15, 2024
1 parent 2c9b05c commit 9b44191
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion IJKMediaPlayerKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IJKMediaPlayerKit'
s.version = '0.11.8'
s.version = '0.11.9'
s.summary = 'IJKMediaPlayerKit for ios/macOS/tvOS.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ijk media player based on [ffplay](http://ffmpeg.org)
install use cocoapod:

```
pod "IJKMediaPlayerKit", :podspec => 'https://github.com/debugly/ijkplayer/releases/download/k0.11.8/IJKMediaPlayerKit.spec.json'
pod "IJKMediaPlayerKit", :podspec => 'https://github.com/debugly/ijkplayer/releases/download/k0.11.9/IJKMediaPlayerKit.spec.json'
```

## Development
Expand All @@ -69,7 +69,7 @@ how to run examples:
```
git clone https://github.com/debugly/ijkplayer.git ijkplayer
cd ijkplayer
git checkout -B latest k0.11.8
git checkout -B latest k0.11.9
git submodule update --init
./FFToolChain/main.sh install -p macos -l 'ass ffmpeg'
Expand Down
4 changes: 2 additions & 2 deletions android/ijkplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ ext {

targetSdkVersion = 34

versionCode = 1100800
versionName = "0.11.8"
versionCode = 1100900
versionName = "0.11.9"
}

wrapper {
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.11.8
VERSION_CODE=1100800
VERSION_NAME=0.11.9
VERSION_CODE=1100900
GROUP=tv.danmaku.ijk.media

# http://central.sonatype.org/pages/requirements.html
Expand Down
20 changes: 10 additions & 10 deletions android/ijkplayer/ijkplayer-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ dependencies {
// implementation project(':ijkplayer-x86')
// implementation project(':ijkplayer-x86_64')

// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.8'
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.11.8'
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.9'
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.11.9'

// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.8'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.8'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.8'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.9'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.9'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.9'

// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.8'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.8'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.11.8'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.8'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.11.8'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.9'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.9'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.11.9'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.9'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.11.9'

// armv5Compile project(':player-armv5')
// armv7aCompile project(':player-armv7a')
Expand Down
2 changes: 1 addition & 1 deletion android/ijkplayer/ijkplayer-exo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compile 'com.google.android.exoplayer:exoplayer:r1.5.11'

compile project(':ijkplayer-java')
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.8'
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.9'
}

gradle.startParameter.taskNames.each { task ->
Expand Down
4 changes: 2 additions & 2 deletions examples/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- IJKMediaPlayerKit (0.11.8)
- IJKMediaPlayerKit (0.11.9)

DEPENDENCIES:
- IJKMediaPlayerKit (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
IJKMediaPlayerKit: bc2a871e18429f43d00201e8fe7e27b0029d2ff3
IJKMediaPlayerKit: a0602b431c39bb759ad32ab98d0ea0e2a62d6179

PODFILE CHECKSUM: cd296d63e0523ffeac3abedb895edb14934a2d48

Expand Down
4 changes: 2 additions & 2 deletions examples/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- IJKMediaPlayerKit (0.11.8)
- IJKMediaPlayerKit (0.11.9)

DEPENDENCIES:
- IJKMediaPlayerKit (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
IJKMediaPlayerKit: bc2a871e18429f43d00201e8fe7e27b0029d2ff3
IJKMediaPlayerKit: a0602b431c39bb759ad32ab98d0ea0e2a62d6179

PODFILE CHECKSUM: f950a6923955cd8172bbcde59a7c414fe1a4ac71

Expand Down
4 changes: 2 additions & 2 deletions examples/tvos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- IJKMediaPlayerKit (0.11.8)
- IJKMediaPlayerKit (0.11.9)

DEPENDENCIES:
- IJKMediaPlayerKit (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
IJKMediaPlayerKit: bc2a871e18429f43d00201e8fe7e27b0029d2ff3
IJKMediaPlayerKit: a0602b431c39bb759ad32ab98d0ea0e2a62d6179

PODFILE CHECKSUM: 61b62f37b598e87b9117082bdf528ef9f99adafb

Expand Down
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

VERSION_CODE=1100800
VERSION_NAME=0.11.8
VERSION_CODE=1100900
VERSION_NAME=0.11.9
VERSION_TARGET=$1

echo "alter version to $VERSION_NAME"
Expand Down

0 comments on commit 9b44191

Please sign in to comment.