mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-04-28 12:03:09 -07:00
Update to ONDK r30.0
This commit is contained in:
@@ -47,7 +47,7 @@ fun Project.setupCommon() {
|
||||
}
|
||||
buildToolsVersion = "37.0.0"
|
||||
ndkPath = "${androidComponents.sdkComponents.sdkDirectory.get().asFile}/ndk/magisk"
|
||||
ndkVersion = "29.0.14206865"
|
||||
ndkVersion = "30.0.14904198"
|
||||
|
||||
defaultConfig.apply {
|
||||
minSdk = 23
|
||||
|
||||
2
native/src/external/crt0
vendored
2
native/src/external/crt0
vendored
Submodule native/src/external/crt0 updated: 9dfa67b4d5...49bbd472a2
2
native/src/external/system_properties
vendored
2
native/src/external/system_properties
vendored
Submodule native/src/external/system_properties updated: b7c2088565...80b217db02
@@ -10,7 +10,7 @@ from pathlib import Path
|
||||
from typing import NoReturn
|
||||
|
||||
|
||||
ondk_version = "r29.5"
|
||||
ondk_version = "r30.0"
|
||||
|
||||
|
||||
def color_print(code, str):
|
||||
|
||||
Reference in New Issue
Block a user