We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bdfc6 commit c255dfdCopy full SHA for c255dfd
plugins/location/android/location/build.gradle.kts
@@ -118,7 +118,7 @@ dependencies {
118
publishing {
119
publications {
120
create<MavenPublication>("release") {
121
- groupId = "com.breautek.fuse.plugins"
+ groupId = "com.breautek.fuse"
122
artifactId = "location"
123
version = file("../VERSION").readText().trim()
124
0 commit comments