Skip to content

Commit

Permalink
correct jcenter config
Browse files Browse the repository at this point in the history
  • Loading branch information
NLMartian committed Jul 8, 2015
1 parent 4afba56 commit f781304
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 @@ -6,7 +6,7 @@ Android calendar view inspired by Sunrise calendar and iOS7 stock calendar.
Usage
-----

1. Add `compile 'me.nlmartian.silkcal:silkcal:0.1.0'` to your dependencies.
1. Add `compile 'me.nlmartian.silkcal:library:0.1.1'` to your dependencies.
2. Add jcenter to your repositories list like this:

```groovy
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ ext {

publishedGroupId = 'me.nlmartian.silkcal'
libraryName = 'SilkCal'
artifact = 'silkcal'
artifact = 'library'

libraryDescription = 'Android calendar view inspired by Sunrise calendar and iOS7 stock calendar'

siteUrl = 'https://github.com/NLMartian/SilkCal'
gitUrl = 'https://github.com/NLMartian/SilkCal.git'

libraryVersion = '0.1.0'
libraryVersion = '0.1.1'

developerId = 'nlmartian'
developerName = 'Martin Zhu'
Expand Down

0 comments on commit f781304

Please sign in to comment.