Skip to content

Commit b7f0ce1

Browse files
chore: Change SDK group name #WPB-17132 (#72)
* Change group name from `com.wire.integrations` to `com.wire` to comply with current namespace in Maven Central
1 parent d258c3b commit b7f0ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
id("com.vanniktech.maven.publish") version "0.31.0"
3131
}
3232

33-
group = "com.wire.integrations"
33+
group = "com.wire"
3434
version = "0.0.1"
3535
val artifactId = "wire-apps-jvm-sdk"
3636

0 commit comments

Comments
 (0)