Release 1.1
versionCode 2. The one user-visible change since 1.0 is the navigation bar staying on screen; public_html/ is untouched, so the service worker cache keeps its name and no web user sees a different page. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,8 +12,8 @@ android {
|
|||||||
applicationId = "nl.hansdezwart.bgclock"
|
applicationId = "nl.hansdezwart.bgclock"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 1
|
versionCode = 2
|
||||||
versionName = "1.0"
|
versionName = "1.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
The navigation bar at the bottom of the screen now stays visible while you
|
||||||
|
play, so switching to another app is easy. Only the status bar is hidden.
|
||||||
|
|
||||||
|
The description in F-Droid has been rewritten to spell out what the clock can
|
||||||
|
actually do.
|
||||||
Reference in New Issue
Block a user