Skip to content

Release

Release #33

Manually triggered December 14, 2025 19:49
Status Success
Total duration 14m 52s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
android / deploy
This job uses deprecated functionality from the 'gradle/actions/setup-gradle' action. Consult the Job Summary for more details.
ios / deploy
This job uses deprecated functionality from the 'gradle/actions/setup-gradle' action. Consult the Job Summary for more details.
ios / deploy
Run script build phase 'Generate Version' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'VersionGenerator' from project 'MoneyFlow')
ios / deploy
Accent color ‘AccentColor’ is not present in any asset catalogs.
ios / deploy
Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: MoneyFlowKit. Please specify the bundle ID explicitly using the -Xbinary=bundleId=<id> compiler flag.
ios / deploy: shared/src/iosMain/kotlin/com/prof18/moneyflow/utils/LocalAppLocale.ios.kt#L13
'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
ios / deploy: shared/src/commonMain/kotlin/com/prof18/moneyflow/presentation/addtransaction/components/TransactionTypeTabBar.kt#L54
'fun TabRow(selectedTabIndex: Int, modifier: Modifier = ..., containerColor: Color = ..., contentColor: Color = ..., indicator: ComposableFunction1<List<TabPosition>, Unit> = ..., divider: ComposableFunction0<Unit> = ..., tabs: ComposableFunction0<Unit>): Unit' is deprecated. Replaced with PrimaryTabRow and SecondaryTabRow.