From a1c0126bde0d305750f59ebc9af5426c791b115d Mon Sep 17 00:00:00 2001 From: Rob Cowsill <42620235+rcowsill@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:34:27 +0000 Subject: [PATCH] Set android min version to 79.0 --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 365644b..83f6005 100644 --- a/manifest.json +++ b/manifest.json @@ -30,6 +30,7 @@ "strict_min_version": "69.0" }, "gecko_android": { + "strict_min_version": "79.0" } } -} \ No newline at end of file +}