manager: require kernel 10931

This commit is contained in:
weishu
2023-06-03 23:57:48 +08:00
parent 728380222a
commit 1491465b55

View File

@@ -12,8 +12,8 @@ import kotlinx.parcelize.Parcelize
object Natives { object Natives {
// minimal supported kernel version // minimal supported kernel version
// 10915: allowlist breaking change, add app profile // 10915: allowlist breaking change, add app profile
// 10929: app profile struct add 'version' field // 10931: app profile struct add 'version' field
const val MINIMAL_SUPPORTED_KERNEL = 10929 const val MINIMAL_SUPPORTED_KERNEL = 10931
init { init {
System.loadLibrary("kernelsu") System.loadLibrary("kernelsu")