Skip to content

Commit 8d27731

Browse files
authored
Update README.md
1 parent 38deebe commit 8d27731

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ More info here:
1616
Step 1. Add this in your root build.gradle at the end of the repositories:
1717
```Gradle
1818
allprojects {
19-
repositories {
20-
...
21-
maven { url 'https://jitpack.io' }
22-
}
19+
repositories {
20+
...
21+
maven { url 'https://jitpack.io' }
22+
}
2323
}
2424
```
2525
Step 2. Add the dependency
2626
``` Gradle
2727
dependencies {
28-
compile 'com.github.igdb:api-android-java:1.1'
28+
implementation 'com.github.igdb:api-android-java:1.1'
2929
}
3030
```
3131
Step 3. Add internet permissions in the manifest

0 commit comments

Comments
 (0)