diff --git a/README.md b/README.md index d93c0c1..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,42 +1 @@ -# PCompiler -[![Releases](https://img.shields.io/github/release/SnowVolf/PCompiler.svg)](https://github.com/SnowVolf/PCompiler/releases/latest) - -Patch creator for Apk Editor. -Note: Please use newer version of [Apk Editor](https://github.com/TimScriptov/ApkEditor) by timscriptov -## Screenshots -| ![Drawer](https://raw.githubusercontent.com/SnowVolf/PCompiler/master/screenshots/img_drawer.png) | ![main screen](https://raw.githubusercontent.com/SnowVolf/PCompiler/master/screenshots/img_main.png) | ![tabs screen](https://raw.githubusercontent.com/SnowVolf/PCompiler/master/screenshots/img_tabs.png) | -|--|--|--| -| ![Regexp tester](https://raw.githubusercontent.com/SnowVolf/PCompiler/master/screenshots/img_regexp.png) | ![settings screen](https://raw.githubusercontent.com/SnowVolf/PCompiler/master/screenshots/img_settings.png) | | -## About Patch -Patch is supported in APK Editor Pro since version 1.6.0. In general, it is a zip file, which contains patch.txt and other necessary files. Patch.txt inside the zip file specifies patch rules, and other files provide patch resources. -It is not mature yet, please be careful when combining with other modifications. - -**Patch Format** -A patch is mainly composed of patch rules. Currently, it supports 8 patch rules: - - `ADD_FILES` - - `REMOVE_FILES` - - `MATCH_REPLACE` - - `MATCH_ASSIGN` - - `MATCH_GOTO` - - `GOTO` - - `MERGE` - - `EXECUTE_DEX` - - `DUMMY` - -Inside a rule, each line starts with ‘#’ means that is a comment line. And, each configuration starts in a new line. - -## Building -This project uses: - - 1. JDK 11 - 2. Kotlin 1.7. - 3. AndroidX Jetpack libs 1.6 - 4. Gradle 7.2.2 - - Use Android Studio Arctic Fox (or newer). Build this with `Build -> Build APK` - ## About - - -> Copyright (c) 2017-2022 Snow Volf (Artem Zhiganov) -> Licenced under the Apache Licence, version 2.0