Skip to content

Commit

Permalink
Merge branch 'release/5.0.4' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rafakob committed Nov 15, 2023
2 parents 238b523 + 8617b7a commit a47a2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {

defaultConfig {
applicationId = "com.twofasapp"
versionName = "5.0.3"
versionCode = 5000007
versionName = "5.0.4"
versionCode = 5000008

val versionCodeOffset = 5000000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ fun BaseDialog(
) {
Column(
modifier = Modifier
.height(IntrinsicSize.Min)
.sizeIn(minWidth = MinWidth, maxWidth = MaxWidth)
.padding(
top = DialogPadding,
Expand Down

0 comments on commit a47a2fe

Please sign in to comment.