Skip to content

Commit

Permalink
Update ONDK
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 23, 2024
1 parent 4d5510b commit 7e9abe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Setup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fun Project.setupCommon() {
compileSdkVersion(34)
buildToolsVersion = "34.0.0"
ndkPath = "$sdkDirectory/ndk/magisk"
ndkVersion = "26.1.10909125"
ndkVersion = "26.2.11394342"

defaultConfig {
minSdk = 23
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ android.nonFinalResIds=false
# Magisk
magisk.stubVersion=39
magisk.versionCode=27001
magisk.ondkVersion=r26.3
magisk.ondkVersion=r26.4

0 comments on commit 7e9abe6

Please sign in to comment.