Skip to content

Commit

Permalink
build: Version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Feb 27, 2024
1 parent f40bd32 commit ca0e9d7
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -33,8 +33,8 @@ android {
applicationId = "cz.lastaapps.menza"

// have to be specified explicitly for FDroid to work
versionCode = 1030600 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.6"
versionCode = 1030700 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.7"

minSdk = libs.versions.sdk.min.get().toInt()
targetSdk = libs.versions.sdk.target.get().toInt()
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1030700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Oprava překlepu a odkazu na prohlášení o soukromí, díky @Radian-Fi
Pokus o opravu timeout výjimky
Resetování scroll pozice při změně menzy
Úprava parsování FEL/FS jídelníčku
Zobrazení informací menzy Strahov také pro restauraci
Aktualizace knihoven
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1030700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fix a typo and privacy policy link, thanks @Radian-Fi
Attempt to fix timeout exception
Reset the scroll position when menza is changed
Updated FEL/FS menu parsing
Show Strahov Menza info also for the restaurant
Update libs

0 comments on commit ca0e9d7

Please sign in to comment.