Skip to content

Commit

Permalink
build: Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jan 22, 2025
1 parent 6f93762 commit 53ffec0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
applicationId = "cz.lastaapps.menza"

// have to be specified explicitly for FDroid to work
versionCode = 1040000 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.4.0"
versionCode = 1040100 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.4.1"

minSdk =
libs.versions.sdk.min
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1040100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Hodnocení jídel
Videa z podporovaných menz
Podpora angličtiny
Přidán nový režim pro zobrazení jídel

Interní refaktor - vše je více observable
Vylepšení UI, shared element a predictive back gesture
Vylepšení práce se Strávník kontem
Odstranění restaurace Strahov
Aktualizace parsování jídel v FEL/FS bufetu (znovu)
Aktualizace knihoven, podpora pro Android 15
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1040100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Rating added
Video feeds from supported cafeterias
Proper English names support
New Carousel dish view mode

Internal refactor - more observable approach used
UI updates, shared element and predictive back support, ...
Improve Stravnik wallet handling
Remove Strahov Restaurant
Updated FEL/FS menu parsing (again)
Update libs, Android 15 support

0 comments on commit 53ffec0

Please sign in to comment.