We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7247673 commit 5db39cdCopy full SHA for 5db39cd
src/main/java/app/attestation/server/AttestationProtocol.java
@@ -174,7 +174,7 @@ class AttestationProtocol {
174
private static final byte AUDITOR_APP_VARIANT_PLAY = 1;
175
private static final byte AUDITOR_APP_VARIANT_DEBUG = 2;
176
177
- private static final int AUDITOR_APP_MINIMUM_VERSION = 73;
+ private static final int AUDITOR_APP_MINIMUM_VERSION = 87;
178
private static final int OS_VERSION_MINIMUM = 130000;
179
private static final int OS_PATCH_LEVEL_MINIMUM = 202208;
180
private static final int VENDOR_PATCH_LEVEL_MINIMUM = 20220805;
0 commit comments