Skip to content

Commit dffdefc

Browse files
committed
Update README.md
Clarifications where to add the dependency
1 parent ff1a69e commit dffdefc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ This is a library, providing some core functionality for an Android App aiming t
66

77
### Include in your project:
88

9-
Add this to your build.gradle:
9+
Add this to your project build.gradle:
1010

1111
```groovy
1212
repositories {
1313
maven { url "https://jitpack.io" }
1414
}
1515
```
1616

17+
And this to your module build.gradle:
18+
1719
```groovy
1820
dependencies {
1921
compile('com.github.proxer:ProxerLibAndroid:1.3.0@aar') {

0 commit comments

Comments
 (0)