add more debug & fix price not displaying after fail

This commit is contained in:
alexcrea 2026-06-28 23:29:49 +02:00
parent 8447233b1e
commit fcbe6ba3fb
Signed by: alexcrea
GPG key ID: E346CD16413450E3
4 changed files with 46 additions and 13 deletions

View file

@ -22,7 +22,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.17.5"
version = "1.17.6"
val isDevBuild = System.getenv("SMALL_COMMIT_HASH") != null
val isPreRelease = System.getenv("IS_GITHUB_PRERELEASE") == "true"