Skip to content

Commit

Permalink
🔖 v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnLin013 committed Jan 26, 2018
1 parent 5cd451a commit b4ddad1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ buildscript {
}
dependencies {
compile 'com.shawnlin:number-picker:2.4.4'
compile 'com.shawnlin:number-picker:2.4.5'
}
```

Expand Down
13 changes: 4 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
VERSION_CODE=12
VERSION_NAME=2.4.4
VERSION_CODE=13
VERSION_NAME=2.4.5

GROUP=com.shawnlin
GROUP_ID=com.shawnlin
ARTIFACT_ID=number-picker

POM_DESCRIPTION=The android library that provides a simple and customizable NumberPicker.
POM_URL=https://github.com/ShawnLin013/NumberPicker
POM_SCM_URL[email protected]:ShawnLin013/NumberPicker.git
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=shawnlin013
POM_DEVELOPER_NAME=shawnlin013
POM_DEVELOPER_EMAIL[email protected]
ISSUE_URL=https://github.com/ShawnLin013/NumberPicker/issues
POM_DEVELOPER_ID=shawnlin013
6 changes: 2 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ dependencies {

publish {
userOrg = POM_DEVELOPER_ID
groupId = GROUP
groupId = GROUP_ID
artifactId = ARTIFACT_ID
publishVersion = VERSION_NAME
licences = ['Apache-2.0']
licences = [POM_LICENSE_NAME]
desc = POM_DESCRIPTION
website = POM_URL
issueTracker = ISSUE_URL
repository = POM_SCM_URL
autoPublish = false
dryRun = false
}

0 comments on commit b4ddad1

Please sign in to comment.