We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d86a3 commit a4288a1Copy full SHA for a4288a1
2 files changed
buildSrc/src/main/java/Setup.kt
@@ -74,7 +74,7 @@ fun Project.setupCommon() {
74
compileSdkVersion(35)
75
buildToolsVersion = "35.0.1"
76
ndkPath = "$sdkDirectory/ndk/magisk"
77
- ndkVersion = "28.0.12674087"
+ ndkVersion = "28.0.13004108"
78
79
defaultConfig {
80
minSdk = 23
gradle.properties
@@ -31,4 +31,4 @@ android.nonFinalResIds=false
31
# Magisk
32
magisk.stubVersion=40
33
magisk.versionCode=28102
34
-magisk.ondkVersion=r28.2
+magisk.ondkVersion=r28.3
0 commit comments