Skip to content

Commit f2f1465

Browse files
committed
update readme
1 parent 6bb866f commit f2f1465

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,25 @@ Use the configuration below to add this SDK to your project using Maven or Gradl
4444

4545
```gradle
4646
47-
implementation 'io.outblock.fcl:[VERSION HERE]'
47+
allprojects {
48+
repositories {
49+
...
50+
maven { url 'https://jitpack.io' }
51+
}
52+
}
53+
54+
```
55+
56+
```gradle
57+
58+
implementation 'com.github.Outblock:fcl-android:0.02'
4859
4960
```
5061

5162
#### Config
52-
Values only need to be set once. We recommend doing this once and as early in the life cycle as possible. To set a configuration value, the `put` method on the `config` instance needs to be called, the `put` method returns the `config` instance so they can be chained.
63+
64+
Values only need to be set once. We recommend doing this once and as early in the life cycle as possible. To set a configuration value, the `put`
65+
method on the `config` instance needs to be called, the `put` method returns the `config` instance so they can be chained.
5366

5467
```kotlin
5568

0 commit comments

Comments
 (0)