Skip to content

Commit

Permalink
deploy: Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Oct 1, 2024
1 parent 75d29d4 commit b759ad8
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 21
targetSdkVersion versions.compileSdk
versionCode 313
versionName '1.4.313.202408xx0'
versionName '1.4.313.202410010'
testInstrumentationRunner "androidx.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.4.313.202410010 (date: 2024.10.01)
* User Experience (UX) Optimization

# Changes in 1.4.312.202406200 (date: 2024.06.20)
* Applied Android 12 Splash API

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.4.313.202410010 (date: 2024.10.01)
* ユーザーエクスペリエンス(UX)の最適化

# Changes in 1.4.312.202406200 (date: 2024.06.20)
* Android 12 スプラッシュ API を適用

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.4.313.202410010 (date: 2024.10.01)
* 사용자경험(UX) 최적화

# Changes in 1.4.312.202406200 (date: 2024.06.20)
* 안드로이드12 Splash API 적용

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ open class EasyDiaryActivity : BaseSimpleActivity(), ShakeDetector.Listener {
***************************************************************************************************/
fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(313, R.string.release_313))
add(Release(312, R.string.release_312))
add(Release(309, R.string.release_309))
add(Release(308, R.string.release_308))
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Android 12 スプラッシュ API を適用
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
ユーザーエクスペリエンス(UX)の最適化
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
안드로이드12 Splash API 적용
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
사용자경험(UX) 최적화
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-sat/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- 自1.4.47版本以来添加的资源点击这里。 -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
v1.4.312.202406200 / 2024.06.20\n
Applied Android 12 Splash API
</string>
<string name="release_313">
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down

0 comments on commit b759ad8

Please sign in to comment.