From bff4303dbb7fb19ed0ed7945c7bfc0b8cc5504c2 Mon Sep 17 00:00:00 2001 From: Huy Minh <39849246+hmtheboy154@users.noreply.github.com> Date: Sun, 15 Jan 2023 14:45:10 +0700 Subject: [PATCH] Add 4.14 to the supported kernel and declare supported ABIs (#71) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cb8c7c12..c970bd34 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Now KernelSU will work on these version of kernels without any modification: - `5.10` - `5.4` - `4.19` +- `4.14` + +And the current supported ABIs are : `arm64-v8a` & `x86_64` If you confirm KernelSU works on other version, open a [issue](https://github.com/tiann/KernelSU/issues) tell us about it!