We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261719b commit a557376Copy full SHA for a557376
1 file changed
README.md
@@ -3,12 +3,12 @@ The library provides useful extensions for your projects
3
4
5
``` kotlin
6
- maven { url 'https://jitpack.io' } // add this to your build gradle file
+maven { url 'https://jitpack.io' } // add this to your build gradle file
7
```
8
9
10
11
dependencies {
12
- implementation 'com.github.LiveTyping:AndroidExtensionPack:Tag'
+ implementation 'com.github.LiveTyping:AndroidExtensionPack:version'
13
}
14
0 commit comments