Release 1.7

versionCode 8. public_html/ changed, so the service worker cache goes to
bgclock-v23.

Confirmed on device from a debug APK: the tally reads as a tally in the bar at
arm's length, and from the far side of the board.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 12:47:49 +02:00
co-authored by Claude Opus 5
parent 7095e2b86e
commit 6653541bb9
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "nl.hansdezwart.bgclock" applicationId = "nl.hansdezwart.bgclock"
minSdk = 26 minSdk = 26
targetSdk = 36 targetSdk = 36
versionCode = 7 versionCode = 8
versionName = "1.6" versionName = "1.7"
} }
compileOptions { compileOptions {
@@ -0,0 +1 @@
Change the score icon to a tally.
+1 -1
View File
@@ -1,5 +1,5 @@
/* Cache-first: once installed the clock never touches the network again. */ /* Cache-first: once installed the clock never touches the network again. */
const CACHE = "bgclock-v22"; const CACHE = "bgclock-v23";
const FILES = [ const FILES = [
"./", "./",
"./index.html", "./index.html",