Skip to content

Commit

Permalink
Update to v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Aug 13, 2020
1 parent 7a65040 commit f6a4b07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=/Users/rainvisitor/development/flutter/bin/cache/artifacts/engine/ios-release"
export "FLUTTER_BUILD_NAME=3.4.4"
export "FLUTTER_BUILD_NUMBER=30404"
export "FLUTTER_BUILD_NAME=3.4.5"
export "FLUTTER_BUILD_NUMBER=30405"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=true"
Expand Down
6 changes: 3 additions & 3 deletions lib/utils/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AppLocalizations {
static Map<String, Map<String, String>> _localizedValues = {
'en': {
'app_name': 'NKUST AP',
'update_note_content': '* Fix a part of school affairs system feature.',
'update_note_content': '* Fix a part of school affairs system feature.\n* Support Fist campus bus reserve.',
'about_open_source_content':
'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2018 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.',
'bus_pick_date': 'Chosen Date: %s',
Expand Down Expand Up @@ -147,7 +147,7 @@ class AppLocalizations {
},
'zh': {
'app_name': '高科校務通',
'update_note_content': '* 修復部分校務通功能.',
'update_note_content': '* 修復部分校務通功能. \n* 支援第一校區校車預定',
'about_open_source_content':
'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\n本專案採MIT 開放原始碼授權:\nThe MIT License (MIT)\n\nCopyright © 2020 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.',
'bus_pick_date': '選擇乘車時間:%s',
Expand Down Expand Up @@ -206,7 +206,7 @@ class AppLocalizations {
'bus_notify_yanchao': '燕巢',
'bus_notify': '校車提醒',
'bus_notify_sub_title': '發車前三十分鐘提醒',
'bus': '校車系統(建工/燕巢)',
'bus': '校車系統',
'from_jiangong': '建工上車',
'from_yanchao': '燕巢上車',
'from_first': '第一上車',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nkust_ap
description: A new Flutter application.

version: 3.4.4+30404
version: 3.4.5+30405

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down

0 comments on commit f6a4b07

Please sign in to comment.