Skip to content

Commit

Permalink
chore: bump TrueTimeRx to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Gopal committed Sep 2, 2016
1 parent a22c1ee commit 2a5761a
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
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 4
versionName "1.4"
versionCode 5
versionName "1.5"

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

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 4
versionName "1.4"
versionCode 5
versionName "1.5"

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

Expand Down

0 comments on commit 2a5761a

Please sign in to comment.