Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
yasanglass committed Apr 15, 2022
2 parents 2fb66ba + ba0de95 commit d1f7c95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tehro Changelog

## Unreleased
## v2.3.2

- The search button is now moved to the top of screen.
- Added the new option to reverse the order of stations on Line screen with a button.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
minSdk 21
targetSdk 31

versionCode 231
versionName "2.3.1"
versionCode 232
versionName "2.3.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/232.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- The search button is now moved to the top of screen.
- Added the new option to reverse the order of stations on Line screen with a button.
- Fixed stations not being sorted by their position in line on Line screen.
- Added Android TV banner.
- Added Android TV (leanback) launcher support.

0 comments on commit d1f7c95

Please sign in to comment.