Skip to content

Commit 825efc5

Browse files
authored
Create README.md
1 parent 997834e commit 825efc5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AndroidExtensionPack
2+
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
7+
'''
8+
9+
10+
''' kotlin
11+
dependencies {
12+
implementation 'com.github.LiveTyping:AndroidExtensionPack:Tag'
13+
}
14+
'''

0 commit comments

Comments
 (0)