Skip to content

Commit effb48d

Browse files
committed
Fixed new lines in strings
1 parent f5c2b80 commit effb48d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
22
<string name="app_name">ID Capture</string>
3-
<string name="about_text">This app uses the Ver-ID SDK to detect and recognize faces in ID cards captured using Microblink\'s BlinkID SDK.\\n\\nScan your ID card. Ver-ID will detect your face on the front of the ID card. Ver-ID will then proceed to capture your face and compare it to the face on the ID card.</string>
3+
<string name="about_text">This app uses the Ver-ID SDK to detect and recognize faces in ID cards captured using Microblink\'s BlinkID SDK.\n\nScan your ID card. Ver-ID will detect your face on the front of the ID card. Ver-ID will then proceed to capture your face and compare it to the face on the ID card.</string>
44
<string name="compare_to_selfie">Compare to Selfie</string>
55
<string name="scan_id_card">Scan ID Card</string>
6-
<string name="home_instructions">1. Scan your ID card\\n2. Compare the face on \\nthe ID card to a selfie</string>
7-
<string name="result_score"><xliff:g id="score" example="3.60">%1$.02f</xliff:g> (<xliff:g id="threshold" example="4.00">%2$.02f</xliff:g> needed to pass)></string>
6+
<string name="home_instructions">1. Scan your ID card\n2. Compare the face on \nthe ID card to a selfie</string>
7+
<string name="result_score"><xliff:g id="score" example="3.60">%1$.02f</xliff:g> (<xliff:g id="threshold" example="4.00">%2$.02f</xliff:g> needed to pass)</string>
88
<string name="what_does_it_mean">What does it mean?</string>
99
<string name="score">Score</string>
1010
<string name="false_acceptance_rate">False acceptance rate</string>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
blinkidVersion = '[5.0.0,6.0.0['
2222
versionMajor = 7
2323
versionMinor = 0
24-
versionPatch = 0
24+
versionPatch = 1
2525
versionClassifier = null
2626
versionClassifierVersion = ""
2727
minSdkVersion = 21

0 commit comments

Comments
 (0)