Skip to content

Commit

Permalink
Merge pull request #43 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Resolved Issue with Demo versioning
  • Loading branch information
stzouvaras authored Mar 7, 2024
2 parents 8bb3cb3 + 9962ae2 commit 1a1d31d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ fun configureFlavors(
val fullVersion = "$version-${it.name}"
dimension = it.dimension.name
if (this@apply is ApplicationExtension && this is ApplicationProductFlavor) {
versionName = fullVersion
if (it.applicationIdSuffix != null) {
applicationIdSuffix = it.applicationIdSuffix
versionName = fullVersion
}
}
manifestPlaceholders["appNameSuffix"] = it.applicationNameSuffix.orEmpty()
Expand Down

0 comments on commit 1a1d31d

Please sign in to comment.