diff --git a/README.md b/README.md index 4556ec6..db026ad 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gradle.properties b/gradle.properties index 4d3fa7b..35a3f63 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.