Skip to content

Commit

Permalink
build: Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Feb 8, 2024
1 parent dab794f commit 48e07a4
Show file tree
Hide file tree
Showing 3 changed files with 10 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 = 1030400 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.4"
versionCode = 1030500 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.5"

minSdk = libs.versions.sdk.min.get().toInt()
targetSdk = libs.versions.sdk.target.get().toInt()
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1030500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Oprava robrazování nízkého stavu konta
Oprava nenačítání denního menu (chyba v BE Agáty)
Oprava dvojitého načítání
Aktualizace knihoven
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1030500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fix the low balance notification appearing every time
Fix today menu not refreshing (error in the BE of Agáta)
Fix refreshing twice
Update libs

0 comments on commit 48e07a4

Please sign in to comment.