Skip to content

Commit

Permalink
build: Version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jan 28, 2024
1 parent 3e176ff commit 0f60eb0
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 1030200 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.2"
versionCode = 1030300 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.3"

minSdk = libs.versions.sdk.min.get().toInt()
targetSdk = libs.versions.sdk.target.get().toInt()
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1030300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Oprava stavu konta nad 1000 Kč
Oprava tmaného módu pro MIUI 11/12
Možnost stabilní výšky řádku v řádkovém módu
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1030300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix account balances above 1000 Kč
Fix dark theme on MIUI 11/12
Stable row heights option in the rows mode

0 comments on commit 0f60eb0

Please sign in to comment.