Skip to content

Commit

Permalink
1. Deprecated formatTime method.
Browse files Browse the repository at this point in the history
2. Renamed formatTime method to extractTimeFromDate.
3. Updated README.md.
  • Loading branch information
amitjangid80 committed May 5, 2018
1 parent 251f588 commit c81a52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects{
```
dependencies {
...
implementation 'com.github.amitjangid80:multiutillib:v1.1.1'
implementation 'com.github.amitjangid80:multiutillib:v1.1.2'
}
```

Expand All @@ -34,6 +34,6 @@ dependencies {
<dependency>
<groupId>com.github.amitjangid80</groupId>
<artifactId>multiutillib</artifactId>
<version>v1.1.1</version>
<version>v1.1.2</version>
</dependency>
```

0 comments on commit c81a52b

Please sign in to comment.