fix(ui): present approvals modally and package fresh native builds

This commit is contained in:
2026-07-10 22:06:35 +02:00
parent b4306d6694
commit 1e6404abfa
10 changed files with 453 additions and 99 deletions

View File

@@ -58,6 +58,6 @@ android {
tasks.configureEach {
if (name == "mergeDebugJniLibFolders" || name == "mergeDebugNativeLibs") {
dependsOn(":shared:cargoBuildAndroidArm64Debug")
dependsOn(":shared:copyAndroidAndroidArm64Debug")
}
}