Skip to content

Commit

Permalink
Prepare version 2024.5.3 (21240503)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 11, 2024
1 parent 891ac94 commit 8a0e294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o

## Version 2024.5

### Unreleased
### 2024.5.3 - 2024-12-11 🧪

* 🔧 Shows: revert to search symbol for primary button on discover screen.
* 🔧 Lists: ask for confirmation before deleting a list, actually call it delete instead of "just"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ buildscript {
// YYYY.<release-of-year>.<build> - like 2024.1.0
// - allows to more easily judge how old a release is
// - allows multiple releases per month (though currently unlikely)
val sgVersionName by extra("2024.5.2")
val sgVersionName by extra("2024.5.3")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240502)
val sgVersionCode by extra(21240503)

val isCiBuild by extra { System.getenv("CI") == "true" }

Expand Down

0 comments on commit 8a0e294

Please sign in to comment.