Skip to content

Commit

Permalink
Bump version to 1.8.0 and add changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: David Sn <[email protected]>
  • Loading branch information
divadsn committed Feb 25, 2021
1 parent d0e276a commit ad5d933
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
def githubToken = localProps.getProperty('githubToken') ?: '"' + System.getenv("GITHUB_TOKEN") + '"'
buildConfigField "String", "GITHUB_TOKEN", githubToken

versionCode 22
versionName "1.7.0"
versionCode 23
versionName "1.8.0"
}

signingConfigs {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Another update, what's new?

- Fixed app crash when purchasing 5+1 ticket
- Improved app opening time

Have a great day and a peaceful journey!
6 changes: 6 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Kolejna aktualizacja, co nowego?

- Naprawiono awarię aplikacji podczas zakupu biletu 5+1
- Przyśpieszono czas otwierania aplikacji

Miłego dnia i spokojnej podróży!

0 comments on commit ad5d933

Please sign in to comment.