Skip to content

Commit a4288a1

Browse files
committed
Update ONDK to r28.3
1 parent 28d86a3 commit a4288a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/java/Setup.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fun Project.setupCommon() {
7474
compileSdkVersion(35)
7575
buildToolsVersion = "35.0.1"
7676
ndkPath = "$sdkDirectory/ndk/magisk"
77-
ndkVersion = "28.0.12674087"
77+
ndkVersion = "28.0.13004108"
7878

7979
defaultConfig {
8080
minSdk = 23

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ android.nonFinalResIds=false
3131
# Magisk
3232
magisk.stubVersion=40
3333
magisk.versionCode=28102
34-
magisk.ondkVersion=r28.2
34+
magisk.ondkVersion=r28.3

0 commit comments

Comments
 (0)