From fbaa69f3fb96d7e3d59d06e1a8af0a0bc08c5e61 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:50:24 +0800 Subject: [PATCH] manager: Raise the minimum version requirement to 3.1.8 close #448 --- manager/app/src/main/java/com/sukisu/ultra/Natives.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/app/src/main/java/com/sukisu/ultra/Natives.kt b/manager/app/src/main/java/com/sukisu/ultra/Natives.kt index 198a950b..7a803626 100644 --- a/manager/app/src/main/java/com/sukisu/ultra/Natives.kt +++ b/manager/app/src/main/java/com/sukisu/ultra/Natives.kt @@ -17,7 +17,7 @@ object Natives { // 10977: change groups_count and groups to avoid overflow write // 11071: Fix the issue of failing to set a custom SELinux type. const val MINIMAL_SUPPORTED_KERNEL = 11071 - const val MINIMAL_SUPPORTED_KERNEL_FULL = "v3.1.5" + const val MINIMAL_SUPPORTED_KERNEL_FULL = "v3.1.8" // 11640: Support query working mode, LKM or GKI // when MINIMAL_SUPPORTED_KERNEL > 11640, we can remove this constant.