Skip to content

Commit

Permalink
build: Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Oct 28, 2023
1 parent e5c9c5d commit 433fbcb
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@ -32,8 +32,8 @@ android {
applicationId = "cz.lastaapps.menza"

// have to be specified explicitly for FDroid to work
versionCode = 1020700 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.2.7"
versionCode = 1030000 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.0"

minSdk = libs.versions.sdk.min.get().toInt()
targetSdk = libs.versions.sdk.target.get().toInt()
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1030000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Kompletní přepis vnitřností aplikace
- API místo scrapování webu
- Podpora FEL/FS bufetu
- Stav konta
- Nová pipeline na processing dat
- Nové možnosti jak si zobrazit dnešní jídelníček
- Aktualizovaný výběr menzy
- Nové barvičky a překopání nastavení
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1030000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The whole app internals rewrite
- API instead of web scraping
- FEL/FS buffet added
- Account balance added
- New data sync/processing pipeline
- New today menu view options
- Updated Menza selection list view
- New themes and settings redesign

0 comments on commit 433fbcb

Please sign in to comment.