Update to ONDK r30.0

This commit is contained in:
topjohnwu
2026-04-20 01:36:36 -07:00
parent 87192bd469
commit 9d0b5298af
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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):