feat: add auto-update mechanism with in-app APK download

This commit is contained in:
2026-06-09 16:59:08 -04:00
parent a424120770
commit 3a4e8eb52c
11 changed files with 243 additions and 0 deletions

View File

@@ -2,4 +2,9 @@
<resources>
<string name="app_name">ServerManager</string>
<string name="splash_subtitle">Server Management Platform</string>
<string name="update_available">Update Available</string>
<string name="update_required">Update Required</string>
<string name="update_now">Update Now</string>
<string name="later">Later</string>
<string name="downloading_update">Downloading update...</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<external-files-path name="downloads" path="Download/" />
</paths>