Skip to content

Commit

Permalink
release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Jun 9, 2017
1 parent 9598e2f commit 1ca6cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Step 1.Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency

dependencies {
compile 'com.github.DevlinChiu:YinYangPlayer:1.0.4'
compile 'com.github.DevlinChiu:YinYangPlayer:1.1'
}
### ProGuard

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.0.4"
versionCode 6
versionName "1.1"
}

sourceSets {
Expand Down

0 comments on commit 1ca6cff

Please sign in to comment.