Skip to content

Commit cf1d479

Browse files
authored
Add README
1 parent 1d6f87a commit cf1d479

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AndroidUtils
2+
=============
3+
4+
Utility libraries and classes that can make me(and others) more productive.
5+
6+
Download
7+
============
8+
Gradle:
9+
```groovy
10+
11+
allprojects {
12+
repositories {
13+
...
14+
maven { url 'https://jitpack.io' }
15+
}
16+
}
17+
18+
dependencies {
19+
compile 'com.github.dhimant1990:AndroidUtils:v1.0'
20+
}

0 commit comments

Comments
 (0)