Skip to content

Commit

Permalink
fixed nits
Browse files Browse the repository at this point in the history
  • Loading branch information
matsumo0922 committed Jan 22, 2025
1 parent edcd95f commit 3f522ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
},
{
"versionName": "2.2.1",
"versionCode": 53,
"versionCode": 54,
"date": "2025/01/23",
"logJp": "・ログインができない場合の救済導線を追加\n・アプリがクラッシュする恐れのある不具合の修正",
"logEn": "・Added a rescue guide for when you can't log in\n・Fixed a bug that could cause the app to crash"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,14 @@ internal fun WelcomeWebScreen(
Icon(
modifier = Modifier.size(18.dp),
imageVector = Icons.AutoMirrored.Outlined.HelpOutline,
tint = MaterialTheme.colorScheme.onPrimary,
contentDescription = null,
)

Text(
modifier = Modifier.padding(start = 8.dp),
text = stringResource(Res.string.welcome_login_web_help),
color = MaterialTheme.colorScheme.onPrimary,
)
}
},
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# Application
versionName = "2.2.1"
versionCode = "53"
versionCode = "54"

# SDK
minSdk = "26"
Expand Down

0 comments on commit 3f522ec

Please sign in to comment.