Skip to content

Commit

Permalink
ready to release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiz committed Sep 25, 2018
1 parent f854f30 commit f65b5b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
google()
}

ext.bubble_version = "1.0.3"
ext.jacoco_version = "0.8.2"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0.2"
versionName "$bubble_version"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion library/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ try {
def group = "com.cpiz.bubbleview"
def artifactName = "bubbleview"
def artifactOrg = ""
def verName = "1.0.2"
def verName = "$bubble_version"
def libDesc = "BubbleView is control/container with an arrow for Android, which can be fully customized by code or XML layout file."
def verDesc = "BubbleView is control/container with an arrow for Android, which can be fully customized by code or XML layout file."
def siteUrl = "https://github.com/cpiz/BubbleView"
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0.2"
versionName "$bubble_version"
}

buildTypes {
Expand Down

0 comments on commit f65b5b7

Please sign in to comment.