Skip to content

Commit

Permalink
build: Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Aug 12, 2023
1 parent 826c6a8 commit a5d5f43
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -31,8 +31,8 @@ android {
applicationId = "cz.lastaapps.menza"

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

minSdk = libs.versions.sdk.min.get().toInt()
targetSdk = libs.versions.sdk.target.get().toInt()
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1020700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Scrapování webu v češtině.
Oprava otevíracích dob bez dnů v týdnu.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1020700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Use Czech when scraping the web.
Fixed opening hours without the day of week.

0 comments on commit a5d5f43

Please sign in to comment.