Skip to content

Commit 801c5eb

Browse files
committed
chore(yogurt): correct product name
1 parent d4963be commit 801c5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogurt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ buildkonfig {
127127
packageName = "org.ntqqrev.yogurt"
128128

129129
defaultConfigs {
130-
buildConfigField(FieldSpec.Type.STRING, "name", "Yogurt")
130+
buildConfigField(FieldSpec.Type.STRING, "name", "Yogurt-PMHQ")
131131
buildConfigField(FieldSpec.Type.STRING, "version", "${project.version}+${gitShortHashProvider.get()}")
132132
buildConfigField(
133133
FieldSpec.Type.STRING,

0 commit comments

Comments
 (0)