Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzaitsev committed Feb 24, 2019
1 parent 1b7e79e commit 7b26c50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
Then add a dependency into your module's `build.gradle`:
```
dependencies {
implementation 'com.alex-zaitsev:meternumberpicker:1.0.4'
implementation 'com.alex-zaitsev:meternumberpicker:1.0.5'
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.4
VERSION_CODE=5
VERSION_NAME=1.0.5
VERSION_CODE=6
GROUP=com.alex-zaitsev

POM_DESCRIPTION=The android library that provides a simple and customizable NumberPicker styled as meter.
Expand All @@ -29,4 +29,4 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=alexzaitsev
POM_DEVELOPER_NAME=Alex Zaitsev
POM_DEVELOPER_NAME=Alex Zaitsev
4 changes: 2 additions & 2 deletions meternumberpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 5
versionName "1.0.4"
versionCode 6
versionName "1.0.5"
}

buildTypes {
Expand Down

0 comments on commit 7b26c50

Please sign in to comment.