mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-23 10:49:54 +01:00
Merge branch 'release/5.0.4' into develop
This commit is contained in:
commit
8e8d848b67
@ -17,8 +17,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.twofasapp"
|
||||
versionName = "5.0.3"
|
||||
versionCode = 5000007
|
||||
versionName = "5.0.4"
|
||||
versionCode = 5000008
|
||||
|
||||
val versionCodeOffset = 5000000
|
||||
|
||||
|
@ -72,7 +72,6 @@ fun BaseDialog(
|
||||
) {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.height(IntrinsicSize.Min)
|
||||
.sizeIn(minWidth = MinWidth, maxWidth = MaxWidth)
|
||||
.padding(
|
||||
top = DialogPadding,
|
||||
|
Loading…
Reference in New Issue
Block a user