Skip to content

Commit c81a52b

Browse files
committed
1. Deprecated formatTime method.
2. Renamed formatTime method to extractTimeFromDate. 3. Updated README.md.
1 parent 251f588 commit c81a52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects{
1616
```
1717
dependencies {
1818
...
19-
implementation 'com.github.amitjangid80:multiutillib:v1.1.1'
19+
implementation 'com.github.amitjangid80:multiutillib:v1.1.2'
2020
}
2121
```
2222

@@ -34,6 +34,6 @@ dependencies {
3434
<dependency>
3535
<groupId>com.github.amitjangid80</groupId>
3636
<artifactId>multiutillib</artifactId>
37-
<version>v1.1.1</version>
37+
<version>v1.1.2</version>
3838
</dependency>
3939
```

0 commit comments

Comments
 (0)