Skip to content

Commit 9172dc4

Browse files
authored
Create README.md
1 parent 21dc4c4 commit 9172dc4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SecurityUtils
2+
Some android security utils like a root checker, adblock checker...
3+
4+
## Usage:
5+
6+
### Adding the depencency
7+
8+
Add this to your root *build.gradle* file:
9+
10+
```
11+
allprojects {
12+
repositories {
13+
...
14+
maven { url 'https://jitpack.io' }
15+
}
16+
}
17+
```
18+
19+
Now add the dependency to your app build.gradle file:
20+
21+
```
22+
compile 'com.github.marcoscgdev:SecurityUtils:1.0.1'
23+
```

0 commit comments

Comments
 (0)