feat(update): implement in-app update check and installation process

This commit is contained in:
2026-05-03 13:39:27 +02:00
parent ae4c2b34f4
commit 3a748397f8
7 changed files with 273 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
}