Release 1.3

versionCode 4. public_html/ changed, so the service worker cache goes to
bgclock-v19 — without it an installed web user would keep serving the old page
from cache indefinitely.

The five store screenshots are untouched: the ring only exists while a finger
is on the button, and none of them shows that.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 14:51:14 +02:00
co-authored by Claude Opus 5
parent ec1a65c89c
commit bf3f565dd0
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "nl.hansdezwart.bgclock"
minSdk = 26
targetSdk = 36
versionCode = 3
versionName = "1.2"
versionCode = 4
versionName = "1.3"
}
compileOptions {