We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e0c20e + c3edd19 commit 486a8dfCopy full SHA for 486a8df
2 files changed
.well-known/release-manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "updated": "2026-05-26T15:31:21Z",
+ "updated": "2026-05-28T18:25:29Z",
3
"tracks": {
4
"production": {
5
"versionCode": 3717,
@@ -8,7 +8,7 @@
8
"beta": null,
9
"alpha": null,
10
"internal": {
11
- "versionCode": 3730,
+ "versionCode": 3737,
12
"versionName": "2026.5.6"
13
}
14
apps/flipcash/core/src/main/kotlin/com/flipcash/app/core/navigation/NavBarConfig.kt
@@ -2,7 +2,7 @@ package com.flipcash.app.core.navigation
data class NavBarConfig(
val order: List<NavBarButton> = NavBarButton.defaultOrder,
- val giveButtonLabel: GiveButtonLabel = GiveButtonLabel.Give,
+ val giveButtonLabel: GiveButtonLabel = GiveButtonLabel.Cash,
6
) {
7
fun serialize(): String =
"${order.joinToString(",") { it.name }}|${giveButtonLabel.name}"
0 commit comments