fix(kiosk): periodic update check every 30min + persist pending update across restarts

This commit is contained in:
dadaloop82
2026-05-14 14:47:47 +00:00
parent 8bb6c01b7d
commit 4624811707
2 changed files with 64 additions and 3 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "it.dadaloop.evershelf.kiosk"
minSdk = 24
targetSdk = 34
versionCode = 12
versionName = "1.7.1"
versionCode = 13
versionName = "1.7.2"
}
signingConfigs {