Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Project: Fix release build
Browse files Browse the repository at this point in the history
Signed-off-by: Fung Gwo <[email protected]>
  • Loading branch information
fython committed Feb 14, 2019
1 parent dd6802e commit 75afd89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 23
targetSdkVersion = 28
versionCode = 61
versionCode = 63
versionName = '5.0.0'
kotlinyanVersion = '0.3.0'
ankoVersion = '0.10.8'
Expand Down
6 changes: 0 additions & 6 deletions mobile/src/main/res/values-yue/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,6 @@
<string name="stepper_find_package_summary">為包裹起名稱</string>
<string name="stepper_next_button">繼續</string>
<string name="stepper_try_again_button">再試過</string>
<string name="tap_target_tips_1_desc">我地重新設計左水錶助手 3.0,而家你可以用搜尋條去搵或者加包裹。</string>
<string name="tap_target_tips_1_title">新設計!</string>
<string name="tap_target_tips_2_desc">從相機快速偵測包裹單號</string>
<string name="tap_target_tips_2_title">掃描條形碼</string>
<string name="tap_target_tips_3_desc">你可以下拉列表刷新狀態。仲可以設定背景定時刷新或用更加節電嘅基於 FCM 推送服務。</string>
<string name="tap_target_tips_3_title">獲取最新狀態</string>
<string name="toast_clipboard_paste">喺剪貼板搵到左文本</string>
<string name="toast_clipboard_paste_action">粘貼</string>

Expand Down
6 changes: 0 additions & 6 deletions mobile/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,6 @@
<string name="stepper_find_package_summary">為包裹設定名稱</string>
<string name="stepper_next_button">下一步</string>
<string name="stepper_try_again_button">重試</string>
<string name="tap_target_tips_1_desc">我們重新設計了水錶助手 3.0,現在你可以使用搜尋條去搜尋或添加包裹。</string>
<string name="tap_target_tips_1_title">新設計!</string>
<string name="tap_target_tips_2_desc">從相機快速偵測包裹單號</string>
<string name="tap_target_tips_2_title">掃描條形碼</string>
<string name="tap_target_tips_3_desc">你可以下拉列表刷新狀態。還可以設定背景定時刷新或使用更加節電的基於 FCM 推送服務。</string>
<string name="tap_target_tips_3_title">獲取最新狀態</string>
<string name="toast_clipboard_paste">在剪貼板找到文本</string>
<string name="toast_clipboard_paste_action">粘貼</string>

Expand Down

0 comments on commit 75afd89

Please sign in to comment.