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:
@@ -12,8 +12,8 @@ android {
|
||||
applicationId = "nl.hansdezwart.bgclock"
|
||||
minSdk = 26
|
||||
targetSdk = 36
|
||||
versionCode = 7
|
||||
versionName = "1.6"
|
||||
versionCode = 8
|
||||
versionName = "1.7"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Change the score icon to a tally.
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/* Cache-first: once installed the clock never touches the network again. */
|
||||
const CACHE = "bgclock-v22";
|
||||
const CACHE = "bgclock-v23";
|
||||
const FILES = [
|
||||
"./",
|
||||
"./index.html",
|
||||
|
||||
Reference in New Issue
Block a user