Skip to content

Commit

Permalink
build: Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Feb 28, 2025
1 parent 6da38a5 commit 064ed33
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 1040200 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.4.2"
versionCode = 1040300 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.4.3"

minSdk =
libs.versions.sdk.min
Expand Down Expand Up @@ -99,5 +99,5 @@ dependencies {
implementation(libs.ktor.client.core)
// required by ktor internally (release only)
// noinspection UseTomlInstead
implementation("org.slf4j:slf4j-simple:2.0.16")
implementation("org.slf4j:slf4j-simple:2.0.17")
}
9 changes: 9 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1040300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Drobné opravy chyb v UI (škálování obrázků)
Odstranění fotek polévek na Strahově
Aktualizace knihoven

1.4.0
Hodnocení jídel
Videa z podporovaných menz
Podpora angličtiny
Přidán nový režim pro zobrazení jídel
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1040300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Minor UI fixes (images scaling)
Remove soup images from Strahov
Libraries updated

1.4.0
Rating added
Video feeds from supported cafeterias
Proper English names support
New Carousel dish view mode

0 comments on commit 064ed33

Please sign in to comment.