We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbcec3 commit db841aeCopy full SHA for db841ae
1 file changed
README.md
@@ -28,7 +28,9 @@ Step 2. Add the dependency
28
29
```sh
30
dependencies {
31
- implementation 'com.github.ChahatGupta:FadeInTextView-Android:1.0'
+ implementation ('com.github.ChahatGupta:FadeInTextView-Android:1.0') {
32
+ exclude module: 'app'
33
+ }
34
}
35
```
36
0 commit comments