We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78331a commit dc93b2dCopy full SHA for dc93b2d
1 file changed
README.md
@@ -3,12 +3,10 @@ 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' }
7
```
8
9
10
11
-dependencies {
12
- implementation 'com.github.LiveTyping:AndroidExtensionPack:version'
13
-}
+implementation 'com.github.LiveTyping:AndroidExtensionPack:1.0'
14
0 commit comments