From f3fe563c1c536225686d58d6452e3da50bfd0893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20Pr=C3=BCnster?= Date: Thu, 19 Dec 2024 12:58:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b732d3b..b7fd435 100644 --- a/README.md +++ b/README.md @@ -153,11 +153,11 @@ val warden = Warden( packageName = "at.asitplus.attestation_client-tiramisu", signatureDigests = listOf("NLl2LE1skNSEMZQMV73nMUJYsmQg7=".encodeToByteArray()), appVersion = 2, //with a different versioning scheme - androidVersionOverride = 13000, //so we need to override this + androidVersionOverride = 130000, //so we need to override this patchLevelOverride = PatchLevel(2023, 6) //also override patch level ) ), - androidVersion = 11000, //OPTIONAL, null by default + androidVersion = 110000, //OPTIONAL, null by default patchLevel = PatchLevel(2022, 12), //OPTIONAL, null by default requireStrongBox = false, //OPTIONAL, defaults to false allowBootloaderUnlock = false, //OPTIONAL, defaults to false