Skip to content

Commit

Permalink
Release 1.3 to maven central, including customizable spinner items
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplicityApks committed Nov 16, 2015
1 parent a52b837 commit 0731a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Set-up
To use this library in your project either

* Add this line to the dependencies in your build.gradle (note you need `mavenCentral()` in your repositories):
`compile 'com.simplicityapks:reminderdatepicker:1.2.+'`
`compile 'com.simplicityapks:reminderdatepicker:1.3.+'`

* Copy the library into your workspace and [add it as library in Eclipse](http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject)
or add `compile project(':lib')` to the dependencies in your build.gradle in Android Studio.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.2.1
VERSION_CODE=12
VERSION_NAME=1.3.0
VERSION_CODE=13
GROUP=com.simplicityapks

POM_DESCRIPTION=An intuitive and simplistic Date and Time Picker for reminders. This Android library mirrors the date picker seen in the Google Keep app and adds important features and enhancements.
Expand Down

0 comments on commit 0731a89

Please sign in to comment.