Skip to content

Commit

Permalink
chore: update to use openfeature sdk dependency (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Lundin <[email protected]>
  • Loading branch information
nicklasl authored Aug 24, 2023
1 parent c46fd8b commit 856f40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

object Versions {
const val openFeatureSDK = "v0.1.3"
const val openFeatureSDK = "v0.0.2"
const val okHttp = "4.10.0"
const val kotlinxSerialization = "1.5.1"
const val coroutines = "1.7.1"
Expand Down Expand Up @@ -48,7 +48,7 @@ android {
}

dependencies {
api("com.github.spotify:openfeature-kotlin-sdk:${Versions.openFeatureSDK}")
api("com.github.open-feature:kotlin-sdk:${Versions.openFeatureSDK}")
implementation("com.squareup.okhttp3:okhttp:${Versions.okHttp}")
implementation(
"org.jetbrains.kotlinx:kotlinx-serialization-json:${Versions.kotlinxSerialization}"
Expand Down

0 comments on commit 856f40f

Please sign in to comment.