Skip to content

Commit

Permalink
Synced 5.3.0.001_all-khd10 (DARAK) project files
Browse files Browse the repository at this point in the history
Synced 5.3.0.001_all-khd10 (DARAK) project files
  • Loading branch information
kimiroo authored Jun 9, 2020
1 parent c2bb559 commit 1fda26d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "cc.darak.firehd.helper"
minSdkVersion 26
targetSdkVersion 28
versionCode 4
versionName '5.2.0.053_all-khd10 (DARAK)'
versionCode 7
versionName '5.3.0.001_all-khd10 (DARAK)'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ko-rKR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@
<string name="receiver_enabled">장치 관리자가 활성화되었어요.</string>
<string name="receiver_disabled">장치 관리자가 비활성화 되었어요.</string>
<string name="noti_ee_title">이스터 에에에에에ㅔ에그</string>
<string name="upd_alert_title">업데이트 알림</string>
</resources>
5 changes: 3 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<string name="app_name">Fire HD Helper</string>
<string name="n" translatable="false">\n</string>
<string name="lang">en-US</string>
<string name="appRelease" translatable="false">ALPHA</string>
<string name="buildNumber" translatable="false">4</string>
<string name="appRelease" translatable="false">BETA</string>
<string name="buildNumber" translatable="false">7</string>
<string name="folderName" translatable="false">khdhelper</string>
<string name="apkName" translatable="false">khdhelper.apk</string>

Expand Down Expand Up @@ -194,6 +194,7 @@
<string name="upd_lver_checking">Fetching data...</string>
<string name="upd_lver_error">ERROR</string>

<string name="upd_alert_title">Update Alert</string>
<string name="upd_stat_checking">Checking for an update...</string>
<string name="upd_stat_latest">You are on the latest version</string>
<string name="upd_stat_error">An error occured while checking update</string>
Expand Down

0 comments on commit 1fda26d

Please sign in to comment.