Skip to content

Commit

Permalink
increase version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomergoldst committed Nov 5, 2018
1 parent 7f8086d commit 07d8f71
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/tomergoldst/tooltips'
gitUrl = 'https://github.com/tomergoldst/tooltips.git'

libraryVersion = '1.0.10'
libraryVersion = '1.0.11'

developerId = 'tomergoldst'
developerName = 'Tomer Goldstein'
Expand All @@ -30,8 +30,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 11
versionName "1.0.10"
versionCode 12
versionName "1.0.11"
}
buildTypes {
release {
Expand Down

0 comments on commit 07d8f71

Please sign in to comment.