Skip to content

Commit 347dd4d

Browse files
committed
fix groupname for build logic
1 parent 6f36c4f commit 347dd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33
}
44

5-
group = "ytemplate.android.buildlogic"
5+
group = "ycharts.android.buildlogic"
66

77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)