Skip to content

Commit

Permalink
update minimum Android version in introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jul 27, 2024
1 parent 024b19f commit 0017db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Auditor</string>
<string name="introduction">Two devices with Android 10 or higher are needed to perform verification:\n\n- The device to be verified (Auditee), which needs to be one of the supported devices.\n\n- An Android device to perform the verification (Auditor).\n\nThe verification process requires sending data between the devices by scanning QR codes.</string>
<string name="introduction">Two devices with Android 12 or higher are needed to perform verification:\n\n- The device to be verified (Auditee), which needs to be one of the supported devices.\n\n- An Android device to perform the verification (Auditor).\n\nThe verification process requires sending data between the devices by scanning QR codes.</string>
<string name="unsupported_auditee">Device is not one of the supported models.</string>
<string name="camera_permission_denied">Camera permission is required to scan QR codes.</string>
<string name="auditee_button">Auditee (device being verified)</string>
Expand Down

0 comments on commit 0017db9

Please sign in to comment.