Skip to content

Commit 486a8df

Browse files
authored
Merge branch 'code/cash' into feat/link-for-payment
2 parents 1e0c20e + c3edd19 commit 486a8df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.well-known/release-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updated": "2026-05-26T15:31:21Z",
2+
"updated": "2026-05-28T18:25:29Z",
33
"tracks": {
44
"production": {
55
"versionCode": 3717,
@@ -8,7 +8,7 @@
88
"beta": null,
99
"alpha": null,
1010
"internal": {
11-
"versionCode": 3730,
11+
"versionCode": 3737,
1212
"versionName": "2026.5.6"
1313
}
1414
}

apps/flipcash/core/src/main/kotlin/com/flipcash/app/core/navigation/NavBarConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.flipcash.app.core.navigation
22

33
data class NavBarConfig(
44
val order: List<NavBarButton> = NavBarButton.defaultOrder,
5-
val giveButtonLabel: GiveButtonLabel = GiveButtonLabel.Give,
5+
val giveButtonLabel: GiveButtonLabel = GiveButtonLabel.Cash,
66
) {
77
fun serialize(): String =
88
"${order.joinToString(",") { it.name }}|${giveButtonLabel.name}"

0 commit comments

Comments
 (0)