GKMSPatch/patch
Harshit Shah 5d8645d201
Fixing Manifest Parsing - Shifting from axmlprinter to axmlparser (#180)
**Description:**
Some apps were failing with reason `Failed to parse Manifest file`
Turns out that `AxmlResourceParser` from `android4Me` is very outdated
and does not work well in all cases.
Hence have removed `axmlprinter` and migrated code to use `AxmlParser`
from `ManifestEditor` by `WindySha`.
2023-04-09 22:58:48 +08:00
..
libs feat: set minimum sdk to Android 9 if original value is lower (#167) 2023-01-28 11:53:55 +08:00
src/main/java/org/lsposed/patch Fixing Manifest Parsing - Shifting from axmlprinter to axmlparser (#180) 2023-04-09 22:58:48 +08:00
.gitignore done with project structure refine 2021-04-07 12:06:30 +08:00
build.gradle.kts Fixing Manifest Parsing - Shifting from axmlprinter to axmlparser (#180) 2023-04-09 22:58:48 +08:00