Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkin Çakar committed May 28, 2016
1 parent 1421323 commit 965c74f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# org.gradle.parallel=true


VERSION_NAME=0.0.1
VERSION_NAME=1.0.0
VERSION_CODE=1
GROUP=com.github.travijuu

POM_DESCRIPTION=Android customizable Number Picker
POM_DESCRIPTION=A simple customizable NumberPicker plugin for Android
POM_URL=https://github.com/travijuu/NumberPicker
POM_SCM_URL=https://github.com/travijuu/NumberPicker
POM_SCM_CONNECTION=scm:git@github.com:travijuu/NumberPicker.git
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "0.0.1"
versionName "1.0.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionName "1.0.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 965c74f

Please sign in to comment.