Skip to content

Commit 68a6b53

Browse files
committed
chore: Updates the artifact name to "android"
BREAKING CHANGE: The artifact name and thus dependencies are updated Release-As: 0.2.0 Signed-off-by: Nicklas Lundin <[email protected]>
1 parent f4ba35d commit 68a6b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenFeature/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publishing {
4141
publications {
4242
register<MavenPublication>("release") {
4343
groupId = project.extra["groupId"].toString()
44-
artifactId = "kotlin-sdk"
44+
artifactId = "android-sdk"
4545
version = releaseVersion
4646

4747
pom {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Installation via Maven Central is preferred, using the following dependency:
4848
<!-- x-release-please-start-version -->
4949
```kotlin
5050
dependencies {
51-
api("dev.openfeature:kotlin-sdk:0.1.0")
51+
api("dev.openfeature:android-sdk:0.1.0")
5252
}
5353
```
5454

0 commit comments

Comments
 (0)