We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f4736b + 7534461 commit b0a7e11Copy full SHA for b0a7e11
2 files changed
.well-known/release-manifest.json
@@ -1,14 +1,14 @@
1
{
2
- "updated": "2026-05-28T18:25:29Z",
+ "updated": "2026-05-29T14:37:59Z",
3
"tracks": {
4
"production": {
5
- "versionCode": 3717,
6
- "versionName": "2026.5.5"
+ "versionCode": 3740,
+ "versionName": "2026.5.6"
7
},
8
"beta": null,
9
"alpha": null,
10
"internal": {
11
- "versionCode": 3737,
12
"versionName": "2026.5.6"
13
}
14
buildSrc/src/main/java/Packaging.kt
@@ -27,7 +27,7 @@ sealed class Packaging(
27
object Flipcash : Packaging(
28
majorVersion = 2026, // release year
29
minorVersion = 5, // release month
30
- patchVersion = 6, // cycle in minor version
+ patchVersion = 7, // cycle in minor version
31
)
32
33
0 commit comments