Skip to content

Commit

Permalink
chore: upgrade release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Gopal committed Dec 23, 2016
1 parent 08e04e6 commit a6fd95e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library-extension-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 6
versionName "2.0"
versionCode 7
versionName "2.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 6
versionName "2.0"
versionCode 7
versionName "2.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit a6fd95e

Please sign in to comment.