Skip to content

Commit 75ba4f6

Browse files
authored
Update README.md
1 parent db70835 commit 75ba4f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@ In order to use the library, there are 4 different options:
100100

101101
**1. Gradle dependency** (recommended)
102102

103-
- Add the following to your project level `build.gradle`:
104-
-
105-
```gradle
103+
- Add the following to your project level `build.gradle`:
104+
105+
```gradle
106106
allprojects {
107107
repositories {
108108
maven { url "https://jitpack.io" }
109109
}
110110
}
111111
```
112-
- Add this to your app `build.gradle`:
112+
- Add this to your app `build.gradle`:
113113

114114
```gradle
115115
dependencies {

0 commit comments

Comments
 (0)