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 a81878a commit 742dff4Copy full SHA for 742dff4
app/src/main/java/app/attestation/auditor/AttestationProtocol.java
@@ -246,7 +246,7 @@ class AttestationProtocol {
246
private static final byte AUDITOR_APP_VARIANT_DEBUG = 2;
247
248
private static final int AUDITOR_APP_MINIMUM_VERSION = 73;
249
- private static final int OS_VERSION_MINIMUM = 120000;
+ private static final int OS_VERSION_MINIMUM = 130000;
250
private static final int OS_PATCH_LEVEL_MINIMUM = 202110;
251
private static final int VENDOR_PATCH_LEVEL_MINIMUM = 20211005;
252
private static final int BOOT_PATCH_LEVEL_MINIMUM = 20211005;
0 commit comments