diff --git a/README.md b/README.md index b47ff2e1..d9e64868 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/library/build.gradle b/library/build.gradle index 80f091b8..3b63a08e 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 {