From 464847daeeeb80c744d8598343bcacacad2dd381 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:41:39 +0800 Subject: [PATCH] [add device]: Galaxy S10e (#1600) Galaxy S10e has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1599 Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: weishu --- website/docs/repos.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/repos.json b/website/docs/repos.json index 145449fc..02c191e2 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -656,5 +656,12 @@ "kernel_name": "android_kernel_beyond2", "kernel_link": "https://github.com/ravindu644/android_kernel_beyond2", "devices": "Galaxy S10+" + }, + { + "maintainer": "ravindu644", + "maintainer_link": "https://github.com/ravindu644", + "kernel_name": "android_kernel_beyond0", + "kernel_link": "https://github.com/ravindu644/android_kernel_beyond0", + "devices": "Galaxy S10e" } ]