Skip to content

Commit

Permalink
k0.6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xinzhengzhang committed Aug 30, 2016
1 parent 1525758 commit db9a381
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/ijkplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ext {

targetSdkVersion = 23

versionCode = 601000
versionName = "0.6.1"
versionCode = 601001
versionName = "0.6.1.1"
}

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.6.1
VERSION_CODE=601000
VERSION_NAME=0.6.1.1
VERSION_CODE=601001
GROUP=tv.danmaku.ijk.media

# http://central.sonatype.org/pages/requirements.html
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.9'

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

gradle.startParameter.taskNames.each { task ->
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=601000
VERSION_NAME=0.6.1
VERSION_CODE=601001
VERSION_NAME=0.6.1.1
VERSION_TARGET=$1

do_version_readme() {
Expand Down

0 comments on commit db9a381

Please sign in to comment.