Skip to content

Commit 624b902

Browse files
committed
Update to ONDK r30.0
1 parent 87192bd commit 624b902

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build-logic/src/main/java/Setup.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fun Project.setupCommon() {
4747
}
4848
buildToolsVersion = "37.0.0"
4949
ndkPath = "${androidComponents.sdkComponents.sdkDirectory.get().asFile}/ndk/magisk"
50-
ndkVersion = "29.0.14206865"
50+
ndkVersion = "30.0.14518594"
5151

5252
defaultConfig.apply {
5353
minSdk = 23

scripts/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing import NoReturn
1111

1212

13-
ondk_version = "r29.5"
13+
ondk_version = "r30.0"
1414

1515

1616
def color_print(code, str):

0 commit comments

Comments
 (0)