Skip to content

Commit

Permalink
Marquee adjusted
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Müller <[email protected]>
  • Loading branch information
Manfred Müller committed Oct 20, 2023
1 parent 60cacf9 commit 8d69d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
}

ext {
verCode = 27
verName = "2.3.0"
verCode = 28
verName = "2.4.0"
releaseDir = file("${projectDir}/app/release")
}

Expand Down
6 changes: 3 additions & 3 deletions w3kiosk.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versionCode":27,
"versionName":"2.3.0",
"versionCode":28,
"versionName":"2.4.0",
"contentText":"Neue W3Kiosk-Version",
"minSupport":1,
"url":"https://github.com/manfred-mueller/W3Kiosk/releases/download/v2.3.0/w3kiosk-2.3.0-release.apk"
"url":"https://github.com/manfred-mueller/W3Kiosk/releases/download/v2.4.0/w3kiosk-2.4.0-release.apk"
}

0 comments on commit 8d69d71

Please sign in to comment.