chore: update cinny submodule to latest commit and modify versioning for Android app
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 5m15s
Build / create-release (push) Successful in 13s

This commit is contained in:
2026-07-09 17:42:28 +10:00
parent 8753ed2600
commit 83b4cbbd8e
6 changed files with 305 additions and 176 deletions

View File

@@ -9,6 +9,7 @@ export const SwipeBackRoot = style({
overflow: 'hidden',
display: 'flex',
flexDirection: 'column',
touchAction: 'pan-y',
});
export const SwipeBackUnderlay = style({