From 2449b494a32f1b6d49d5d1cd1bdae4ed07554b16 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:40:24 +0800 Subject: [PATCH] [add device]: Galaxy S10+ (#1602) Galaxy S10+ has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1601 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: weishu --- website/docs/repos.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/docs/repos.json b/website/docs/repos.json index 8e40f822..145449fc 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -649,5 +649,12 @@ "kernel_name": "android_kernel_beyond1_lpos", "kernel_link": "https://github.com/ravindu644/android_kernel_beyond1_lpos", "devices": "Galaxy S10" + }, + { + "maintainer": "ravindu644", + "maintainer_link": "https://github.com/ravindu644", + "kernel_name": "android_kernel_beyond2", + "kernel_link": "https://github.com/ravindu644/android_kernel_beyond2", + "devices": "Galaxy S10+" } -] \ No newline at end of file +]