Skip to content

Commit

Permalink
Update to v3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Jun 23, 2019
1 parent 0e62496 commit 1c2a25a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
"${BUILT_PRODUCTS_DIR}/Reachability/Reachability.framework",
Expand Down
5 changes: 2 additions & 3 deletions lib/utils/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ class AppLocalizations {
'en': {
'app_name': 'NKUST AP',
'update_note_title': 'Update Notes',
'update_note_content':
'1.Add offline mode(Pre-stored data).\n2.Fix some layout.\n3.Fix some error.',
'update_note_content': '1.Imporve some UI.\n2.Fix some error.',
'splash_content': '我們全都包了\n只剩下學校不包我們',
'share': 'Share',
'teacher_confirm_title': 'Are you a teacher?',
Expand Down Expand Up @@ -320,7 +319,7 @@ class AppLocalizations {
'zh': {
'app_name': '高科校務通',
'update_note_title': '更新日誌',
'update_note_content': '1.新增離線模式(載入之前暫存的資料)\n2.修正部分介面跑版\n3.修正部分錯誤',
'update_note_content': '1.優化部分介面\n2.修正部分錯誤',
'splash_content': '我們全都包了\n只剩下學校不包我們',
'share': '分享',
'teacher_confirm_title': '您是老師嗎?',
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.1.9+30109
version: 3.1.10+30110

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

0 comments on commit 1c2a25a

Please sign in to comment.