Skip to content

Commit db841ae

Browse files
authored
Update README.md
1 parent dfbcec3 commit db841ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ 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.0') {
32+
exclude module: 'app'
33+
}
3234
}
3335
```
3436

0 commit comments

Comments
 (0)