Merge branch 'release/5.0.4' into develop

This commit is contained in:
Rafał Kobyłko 2023-11-15 08:36:27 +01:00
commit 8e8d848b67
2 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,8 @@ android {
defaultConfig {
applicationId = "com.twofasapp"
versionName = "5.0.3"
versionCode = 5000007
versionName = "5.0.4"
versionCode = 5000008
val versionCodeOffset = 5000000

View File

@ -72,7 +72,6 @@ fun BaseDialog(
) {
Column(
modifier = Modifier
.height(IntrinsicSize.Min)
.sizeIn(minWidth = MinWidth, maxWidth = MaxWidth)
.padding(
top = DialogPadding,