Skip to content

Commit

Permalink
New android version
Browse files Browse the repository at this point in the history
  • Loading branch information
angus6b23 committed Dec 4, 2023
1 parent c2e7a00 commit bd4e903
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'app.hkTransport'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 104
versionName '1.0.4'
versionCode 105
versionName '1.0.5'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 104,
"versionName": "1.0.4",
"versionCode": 105,
"versionName": "1.0.5",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/assets/public/service-worker.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/1.0.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Update

- Fixed typos
- New search item styles
- New function: Routes Nearby
- Can now display light rail routes on map (Require updating route data)
- Better error handling at map view
7 changes: 7 additions & 0 deletions metadata/zh-TW/changelogs/1.0.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
更新

- 修正錯字
- 增加搜尋項目樣式
- 增加搜尋「附近的路線」功能
- 現在能顯示輕鐵路線地圖(需更新路線資料)
- 改善地圖錯誤處理

0 comments on commit bd4e903

Please sign in to comment.