File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments