Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Mar 27, 2018
1 parent 7aa943d commit 2d1c88d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "io.github.hanjoongcho.easypassword"
minSdkVersion 16
targetSdkVersion 27
versionCode 22
versionName "1.0.7-beta"
versionCode 24
versionName "1.0.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/RELEASE_en
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---------------------------------------------------

# Changes in 1.0.8 (date: 2018/03/27)
* User Experience (UX) Optimization

# Changes in 1.0.5 (date: 2018/01/25)
* Add custom theme settings

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/RELEASE_ja
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---------------------------------------------------

# Changes in 1.0.8 (date: 2018/03/27)
* ユーザーの経験(UX)を最適化

# Changes in 1.0.5 (date: 2018/01/25)
* カスタムテーマ設定機能を追加

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/RELEASE_ko
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---------------------------------------------------

# Changes in 1.0.8 (date: 2018/03/27)
* 사용자경험(UX) 최적화

# Changes in 1.0.5 (date: 2018/01/25)
* 사용자정의 테마설정 추가

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/RELEASE_zh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---------------------------------------------------

# Changes in 1.0.8 (date: 2018/03/27)
* 用户体验(UX)优化

# Changes in 1.0.5 (date: 2018/01/25)
* 添加自定义主题设置

Expand Down

0 comments on commit 2d1c88d

Please sign in to comment.