Skip to content

Commit 3587565

Browse files
committed
Update release note.
1 parent 7b2b23b commit 3587565

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

app/src/main/assets/RELEASE_en

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
---------------------------------------------------
66

7+
# Changes in 1.4.68 (date: 2019/01/06)
8+
* Solved security considerations for some items that are reported with low confidence in Sophos vaccine
9+
* Add Postcard font size adjustment function
10+
711
# Changes in 1.4.67 (date: 2019/01/01)
812
* Improved the ability to view attached photos on the postcard screen
913

app/src/main/assets/RELEASE_ja

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
---------------------------------------------------
66

7+
# Changes in 1.4.68 (date: 2019/01/06)
8+
* ソフォスのワクチンに対する信頼性が低いと報告されているいくつかの項目に関するセキュリティ上の考慮事項の解決
9+
* はがきフォントサイズ調整機能追加
10+
711
# Changes in 1.4.67 (date: 2019/01/01)
812
* はがき画面に添付写真を表示する機能を改善しました
913

app/src/main/assets/RELEASE_ko

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
---------------------------------------------------
66

7+
# Changes in 1.4.68 (date: 2019/01/06)
8+
* 소포스 백신에서 낮은 신뢰도로 리포팅되는 일부 항목에 대한 보안 고려사항을 해결
9+
* 포스트카드 폰트크기 변경기능 추가
10+
711
# Changes in 1.4.67 (date: 2019/01/01)
812
* 포스트카드 화면에서 첨부된 사진을 볼 수 있도록 기능 개선
913

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext.versions = [
22
// minSdk : 16,
33
compileSdk : 28,
44
buildTools : '28.0.3',
5-
publishVersion : '1.4.67',
6-
publishVersionCode: 130,
5+
publishVersion : '1.4.68',
6+
publishVersionCode: 131,
77
gradlePlugin : '3.2.1',
88
// spotlessPlugin : '3.14.0',
99
// versionPlugin : '0.20.0',

0 commit comments

Comments
 (0)