Magisk/app
vvb2060 9a33a4dfe2 Fix StackOverflowError
Now field from base class java.io.ByteArrayOutputStream shadows the property with custom getter from derived class com.topjohnwu.magisk.core.utils.AXML.RawByteStream. This behavior will be changed soon in favor of the property. Please use explicit cast to java.io.ByteArrayOutputStream if you wish to preserve current behavior. See https://youtrack.jetbrains.com/issue/KT-55017 for details
2024-07-01 14:36:20 -07:00
..
shared Make all I/O suspendable 2024-03-12 03:24:42 -07:00
src/main Fix StackOverflowError 2024-07-01 14:36:20 -07:00
.gitignore Fix build script 2023-03-02 03:02:10 -08:00
build.gradle.kts Migrate to Apache commons-compress 2024-06-29 22:11:02 -07:00
proguard-rules.pro Update proguard rules to fix module page crash 2023-02-27 20:50:24 -08:00