From 3d1bc38862dc2e0e88da47e5a3a351be664e738b Mon Sep 17 00:00:00 2001 From: Fellipe Lima <88538132+Jubscleisson@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:46:47 -0300 Subject: [PATCH] API: devices: Set f62 as stable device (#244) Signed-off-by: Jubscleisson --- API/devices/f62.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API/devices/f62.json b/API/devices/f62.json index bc9843ad..d28b6f56 100644 --- a/API/devices/f62.json +++ b/API/devices/f62.json @@ -7,7 +7,7 @@ } ], "updater": true, - "beta": true, + "beta": false, "version": "thirteen", "available_versions": [ "thirteen" @@ -21,4 +21,4 @@ "active": true, "xda": null, "customRecoveryRequired": true -} \ No newline at end of file +}