Skip to content

Commit

Permalink
Update namespace to remove 3
Browse files Browse the repository at this point in the history
  • Loading branch information
murki committed Jan 10, 2025
1 parent 1696ee6 commit 0768f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/jvm/capture-apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
group = "io.bitdrift"

android {
namespace = "io.bitdrift.capture.apollo3"
namespace = "io.bitdrift.capture.apollo"
compileSdk = 34

defaultConfig {
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {
mavenPublishing {
pom {
name.set("CaptureApollo")
description.set("Official Capture integration for Apollo v3 (GraphQL).")
description.set("Official Capture integration for Apollo (GraphQL).")
url.set("https://bitdrift.io")
licenses {
license {
Expand Down

0 comments on commit 0768f5e

Please sign in to comment.