Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
muraee committed Jun 1, 2017
1 parent bb417dc commit 03f6cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile 'devs.mulham.horizontalcalendar:horizontalcalendar:1.1.5'
compile 'devs.mulham.horizontalcalendar:horizontalcalendar:1.1.7'
}
```

Expand Down
8 changes: 4 additions & 4 deletions horizontalcalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ext {

libraryDescription = 'A material horizontal calendar view for Android based on RecyclerView'

siteUrl = 'https://github.com/Mulham-Raee/HorizontalCalendarLibrary'
gitUrl = 'https://github.com/Mulham-Raee/HorizontalCalendarLibrary.git'
siteUrl = 'https://github.com/Mulham-Raee/Horizontal-Calendar'
gitUrl = 'https://github.com/Mulham-Raee/Horizontal-Calendar.git'

libraryVersion = '1.1.5'
libraryVersion = '1.1.7'

developerId = 'mulham-raee'
developerName = 'Mulham Raee'
Expand Down Expand Up @@ -101,7 +101,7 @@ bintray {
version {
desc = libraryDescription
name = libraryVersion
vcsTag = 'v1.1.5'
vcsTag = 'v1.1.7'
gpg {
sign = true //Determines whether to GPG sign the files. The default is false
passphrase = properties.getProperty("bintray.gpg.password")
Expand Down

0 comments on commit 03f6cc9

Please sign in to comment.