Skip to content

Commit

Permalink
updated readme and android settings
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Feb 18, 2020
1 parent c375a6d commit 03314c6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion WoWsInfo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ buck-out/
# CocoaPods
/ios/Pods/

**/app/release/
**/app/release/
**/*.bundle
4 changes: 2 additions & 2 deletions WoWsInfo/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ apply from: "../../node_modules/react-native/react.gradle"
* Upload all the APKs to the Play Store and people will download
* the correct one based on the CPU architecture of their device.
*/
def enableSeparateBuildPerCPUArchitecture = false
def enableSeparateBuildPerCPUArchitecture = true

/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = false
def enableProguardInReleaseBuilds = true

/**
* The preferred build flavor of JavaScriptCore.
Expand Down
1 change: 1 addition & 0 deletions log/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Better UX experience for tablet users
- More websites have been added
- Added a fixed data update cycle
- Removed charts temporary

# 1.0.7 / 1.6.6
- Fixed a critical bug that prevents data update
Expand Down
1 change: 1 addition & 0 deletions log/ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- タブレットへの対応
- ウェブサイトの追加
- データアップデートサイクルの追加
- 一時的にチャートを消す

# 1.0.7 / 1.6.6
- アップデートの修正
Expand Down
1 change: 1 addition & 0 deletions log/zh-hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- 改善平板用戶的使用體驗
- 加入了更多的網站
- 加入了固定的數據更新周期
- 暂时去除图标

# 1.0.7 / 1.6.6
- 修復軟件更新問題
Expand Down
1 change: 1 addition & 0 deletions log/zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- 改善平板用户的使用体验
- 加入了更多的网站
- 加入了固定的数据更新周期
- 暫時去除圖標

# 1.0.7 / 1.6.6
- 修復软件更新问题
Expand Down

0 comments on commit 03314c6

Please sign in to comment.