From 44472be3028c17e222bbad52c95e718e34bb2ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:45:24 +0100 Subject: [PATCH] chore: bump dev.openfeature:android-sdk (#2839) Bumps [dev.openfeature:android-sdk](https://github.com/open-feature/kotlin-sdk) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/open-feature/kotlin-sdk/releases) - [Changelog](https://github.com/open-feature/kotlin-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-feature/kotlin-sdk/compare/v0.3.0...v0.3.2) --- updated-dependencies: - dependency-name: dev.openfeature:android-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../gofeatureflag-kotlin-provider/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts b/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts index 96e83a84973..afec7fcc184 100644 --- a/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts +++ b/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts @@ -93,7 +93,7 @@ publishing { } dependencies { - api("dev.openfeature:android-sdk:0.3.0") + api("dev.openfeature:android-sdk:0.3.2") api("com.squareup.okhttp3:okhttp:4.12.0") api("com.google.code.gson:gson:2.11.0") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")