Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
roxrook committed Sep 20, 2015
1 parent 1c11565 commit 38a43c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ 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 :)
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
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_CODE=10000
GROUP=com.github.channguyen

Expand Down

0 comments on commit 38a43c8

Please sign in to comment.