Skip to content

Commit

Permalink
updated latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahana3190 committed May 29, 2023
1 parent 36d6932 commit 8910549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Latest version of the library can be found on Maven Central.
Open your ```build.gradle``` Then, include the library as dependency:

```
implementation 'io.github.b-sahana:horizontalcalendar:1.2.1'
implementation 'io.github.b-sahana:horizontalcalendar:1.2.2'
```

# For Maven users
Expand All @@ -31,7 +31,7 @@ Add this dependency to your ```pom.xml```:
<dependency>
<groupId>io.github.b-sahana</groupId>
<artifactId>horizontalcalendar</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<type>aar</type>
</dependency>
```
Expand Down Expand Up @@ -78,10 +78,7 @@ Please see the ```Horizontal-Calendar-Sample``` for a more detailed code exampl
- ```setSelectedBgColor``` - to set backgroundcolor when user selected (default: sky blue (#4ba6bb) ).

- ```setSelectedTextColor``` - to set text color when user selected (default: white ).

- ```setScrollSpeed``` - to set scroll speed of view when pressed for long on arrow marks\icons (default: 30).
- If you want scroll speed to be slow then set the ```setScrollSpeed``` value below 30 (only positive Integers allowed).


- ```setMonthColor``` - to set ```Month and Year``` text color (default: black).

- ```setLabelTextSize``` - to set title/label text size in SP (default: 13sp) .
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'io.github.b-sahana:horizontalcalendar:1.2.1'
implementation 'io.github.b-sahana:horizontalcalendar:1.2.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit 8910549

Please sign in to comment.