Skip to content

Commit 67e4b08

Browse files
committed
Update Magiskboot to v29.0
1 parent 370f1f0 commit 67e4b08

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

app/src/main/java/com/github/capntrips/kernelflasher/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class MainActivity : ComponentActivity() {
186186
Shell.cmd("cd $filesDir").exec()
187187
copyNativeBinary("lptools_static") // v20220825
188188
copyNativeBinary("httools_static") // v3.2.0
189-
copyNativeBinary("magiskboot") // v25.2
189+
copyNativeBinary("magiskboot") // v29.0
190190
copyAsset("flash_ak3.sh")
191191
} catch (e: Exception) {
192192
Log.e(TAG, e.message, e)
135 KB
Binary file not shown.
373 KB
Binary file not shown.

0 commit comments

Comments
 (0)