Skip to content

Commit d41a753

Browse files
committed
raise minimum app version to 87
App version 87 was released over a year ago and we dropped support for the older remote attestation API URLs it uses.
1 parent 578fec2 commit d41a753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/app/attestation/auditor/AttestationProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class AttestationProtocol {
244244
private static final byte AUDITOR_APP_VARIANT_PLAY = 1;
245245
private static final byte AUDITOR_APP_VARIANT_DEBUG = 2;
246246

247-
private static final int AUDITOR_APP_MINIMUM_VERSION = 73;
247+
private static final int AUDITOR_APP_MINIMUM_VERSION = 87;
248248
private static final int OS_VERSION_MINIMUM = 130000;
249249
private static final int OS_PATCH_LEVEL_MINIMUM = 202208;
250250
private static final int VENDOR_PATCH_LEVEL_MINIMUM = 20220805;

0 commit comments

Comments
 (0)