Skip to content

Commit

Permalink
v5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BinTianqi committed Jul 19, 2024
1 parent 022369d commit 7adac7a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "com.bintianqi.owndroid"
minSdk = 21
targetSdk = 34
versionCode = 30
versionName = "5.5"
versionCode = 31
versionName = "5.6"
multiDexEnabled = false
}

Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
<string name="wipe_reset_protection_data">Korumalı verileri sil</string>
<string name="wipe_euicc">eUICC (eSIM) sil</string>
<string name="wipe_silently">Sessizce sil</string>
<string name="will_delete_work_profile">Çalışma profili silinecek</string>
<string name="wipe_data_warning">All data on your device will be ERASED</string> <!--TODO-->
<string name="wipe_work_profile_warning">Your work profile will be DELETED</string> <!--TODO-->
<string name="encrypt_status_is">Şifreleme durumu: </string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
<string name="wipe_reset_protection_data">清除受保护的数据</string>
<string name="wipe_euicc">清除eUICC(eSIM)</string>
<string name="wipe_silently">静默清除</string>
<string name="will_delete_work_profile">将会删除工作资料</string>
<string name="wipe_data_warning">你的设备上的所有数据将会被清除</string>
<string name="wipe_work_profile_warning">你的工作资料将会被删除</string>
<string name="encrypt_status_is">加密状态:</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
<string name="wipe_reset_protection_data">Wipe protected data</string>
<string name="wipe_euicc">Wipe eUICC(eSIM)</string>
<string name="wipe_silently">Wipe silently</string>
<string name="will_delete_work_profile">Work profile will be deleted. </string>
<string name="wipe_data_warning">All data on your device will be ERASED</string>
<string name="wipe_work_profile_warning">Your work profile will be DELETED</string>
<string name="encrypt_status_is">Encrypt status: </string>
Expand Down

0 comments on commit 7adac7a

Please sign in to comment.