Skip to content

Commit

Permalink
docs: update install instructions (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Aug 22, 2023
1 parent 9e6339b commit d7f504e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad
You can now add the OpenFeature SDK dependency:
```kotlin
dependencies {
api("com.github.spotify:openfeature-kotlin-sdk:<Latest>")
api("com.github.open-feature:kotlin-sdk:<Latest>")
}
```
Please note that the `<Latest>` can be any `Commit SHA` or a version based off a branch as following:
Please note that the `<Latest>` can be any `Commit SHA` or a version based on a branch as follows:
```
api("com.github.spotify:openfeature-kotlin-sdk:[ANY_BRANCH]-SNAPSHOT")
api("com.github.open-feature:kotlin-sdk:[ANY_BRANCH]-SNAPSHOT")
```

This will get a build from the head of the mentioned branch.

### Maven

Installation via Maven Central is currently WIP
Installation via Maven Central is currently [WIP](https://github.com/open-feature/kotlin-sdk/issues/37)

## 🌟 Features

Expand Down

0 comments on commit d7f504e

Please sign in to comment.