Skip to content

Commit

Permalink
change version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Feb 18, 2017
1 parent 4e8230f commit 4db0c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tooltips/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/TheAndroidMaster/Tooltips'
gitUrl = 'https://github.com/TheAndroidMaster/Tooltips.git'

libraryVersion = '0.0.3'
libraryVersion = '0.0.4'

developerId = 'TheAndroidMaster'
developerName = 'James Fenn'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 3
versionName "0.0.3"
versionCode 4
versionName "0.0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 4db0c3a

Please sign in to comment.