manager: require kernel 10931
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user