Skip to content

Commit 5db39cd

Browse files
committed
raise minimum app version to 87
1 parent 7247673 commit 5db39cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class AttestationProtocol {
174174
private static final byte AUDITOR_APP_VARIANT_PLAY = 1;
175175
private static final byte AUDITOR_APP_VARIANT_DEBUG = 2;
176176

177-
private static final int AUDITOR_APP_MINIMUM_VERSION = 73;
177+
private static final int AUDITOR_APP_MINIMUM_VERSION = 87;
178178
private static final int OS_VERSION_MINIMUM = 130000;
179179
private static final int OS_PATCH_LEVEL_MINIMUM = 202208;
180180
private static final int VENDOR_PATCH_LEVEL_MINIMUM = 20220805;

0 commit comments

Comments
 (0)