Skip to content

Commit 7adac7a

Browse files
committed
v5.6
1 parent 022369d commit 7adac7a

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId = "com.bintianqi.owndroid"
2828
minSdk = 21
2929
targetSdk = 34
30-
versionCode = 30
31-
versionName = "5.5"
30+
versionCode = 31
31+
versionName = "5.6"
3232
multiDexEnabled = false
3333
}
3434

Diff for: app/src/main/res/values-tr/strings.xml

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@
180180
<string name="wipe_reset_protection_data">Korumalı verileri sil</string>
181181
<string name="wipe_euicc">eUICC (eSIM) sil</string>
182182
<string name="wipe_silently">Sessizce sil</string>
183-
<string name="will_delete_work_profile">Çalışma profili silinecek</string>
184183
<string name="wipe_data_warning">All data on your device will be ERASED</string> <!--TODO-->
185184
<string name="wipe_work_profile_warning">Your work profile will be DELETED</string> <!--TODO-->
186185
<string name="encrypt_status_is">Şifreleme durumu: </string>

Diff for: app/src/main/res/values-zh-rCN/strings.xml

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
<string name="wipe_reset_protection_data">清除受保护的数据</string>
176176
<string name="wipe_euicc">清除eUICC(eSIM)</string>
177177
<string name="wipe_silently">静默清除</string>
178-
<string name="will_delete_work_profile">将会删除工作资料</string>
179178
<string name="wipe_data_warning">你的设备上的所有数据将会被清除</string>
180179
<string name="wipe_work_profile_warning">你的工作资料将会被删除</string>
181180
<string name="encrypt_status_is">加密状态:</string>

Diff for: app/src/main/res/values/strings.xml

-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185
<string name="wipe_reset_protection_data">Wipe protected data</string>
186186
<string name="wipe_euicc">Wipe eUICC(eSIM)</string>
187187
<string name="wipe_silently">Wipe silently</string>
188-
<string name="will_delete_work_profile">Work profile will be deleted. </string>
189188
<string name="wipe_data_warning">All data on your device will be ERASED</string>
190189
<string name="wipe_work_profile_warning">Your work profile will be DELETED</string>
191190
<string name="encrypt_status_is">Encrypt status: </string>

0 commit comments

Comments
 (0)