From 84c4186534a62e0f8432332bd947878252da61f3 Mon Sep 17 00:00:00 2001 From: Chan Date: Wed, 23 Sep 2015 01:05:28 -0700 Subject: [PATCH] Update README and build file. --- README.md | 10 ---------- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index ab322f3..de19db7 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,6 @@ Add the `com.github.channguyen.rsv.RangeSliderView` to your layout XML file. For more usage examples check the **sample** project. -# Note -At this point, I have problem upload it to maven central due to authentication -issues. Will try to fix it as soon as possible :), in the mean time, just use the snapshot version -``` -dependencies { - compile 'com.github.channguyen.rsv:rsv:1.0.0-SNAPSHOT' -} -``` - - # License ``` Copyright 2015 Chan Nguyen diff --git a/gradle.properties b/gradle.properties index 572226d..eb8b748 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=1.0.0 VERSION_CODE=10000 GROUP=com.github.channguyen