Skip to content

Commit

Permalink
Merge pull request #22 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Flavors should start with lowercase
  • Loading branch information
stzouvaras authored Feb 19, 2024
2 parents 8ff87cc + e0e07ef commit f4179cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fun configureFlavors(
flavorDimensions += FlavorDimension.contentType.name
productFlavors {
EudiFlavor.values().forEach {
create(it.name) {
create(it.name.lowercase()) {
val fullVersion = "$version-${it.name}"
dimension = it.dimension.name
if (this@apply is ApplicationExtension && this is ApplicationProductFlavor) {
Expand Down

0 comments on commit f4179cc

Please sign in to comment.