Skip to content

Commit

Permalink
chore!: Artifact name change (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Lundin <[email protected]>
  • Loading branch information
nicklasl authored Dec 19, 2023
1 parent 321f8be commit 8c540e6
Show file tree
Hide file tree
Showing 49 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Installation via Maven Central is preferred, using the following dependency:
<!-- x-release-please-start-version -->
```kotlin
dependencies {
api("dev.openfeature:kotlin-sdk:0.1.0")
api("dev.openfeature:android-sdk:0.1.0")
}
```

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion OpenFeature/build.gradle.kts → android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ publishing {
publications {
register<MavenPublication>("release") {
groupId = project.extra["groupId"].toString()
artifactId = "kotlin-sdk"
artifactId = "android-sdk"
version = releaseVersion

pom {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extra-files": [
"README.md",
"build.gradle.kts",
"OpenFeature/build.gradle.kts"
"android/build.gradle.kts"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencyResolutionManagement {
}
}
rootProject.name = "OpenFeature"
include(":OpenFeature")
include(":android")

0 comments on commit 8c540e6

Please sign in to comment.