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