Skip to content

Commit fbef932

Browse files
authored
Update README.md
1 parent 0dc4539 commit fbef932

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Step 2. Add the dependency
2828
2929
```sh
3030
dependencies {
31-
implementation ('com.github.ChahatGupta:FadeInTextView-Android:1.0') {
31+
       implementation ('com.github.ChahatGupta:FadeInTextView-Android:1.1') {
3232
exclude module: 'app'
3333
}
3434
}
@@ -53,7 +53,7 @@ Step 2. Add the dependency
5353
<dependency>
5454
<groupId>com.github.ChahatGupta</groupId>
5555
<artifactId>FadeInTextView-Android</artifactId>
56-
<version>1.0</version>
56+
   <version>1.1</version>
5757
</dependency>
5858
```
5959
@@ -84,9 +84,11 @@ Step 2. Add the dependency
8484
8585
## Release History
8686
87+
* 1.1
88+
   * Added preview text in demo app
8789
* 1.0
88-
* Initial release
89-
90+
   * Initial release
91+
9092
## Known Bugs
9193
9294
* The default android:text attribute to set the initial text doesn't seem to work, will be fixed in coming versions.

0 commit comments

Comments
 (0)