mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-09 03:54:05 +08:00
Added new documentations files
This commit is contained in:
9
docs-source/src/en/config/api-example.md
Normal file
9
docs-source/src/en/config/api-example.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# API Basic Configs *
|
||||
|
||||
::: warning
|
||||
|
||||
The current page has not been translated yet.
|
||||
|
||||
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
|
||||
|
||||
:::
|
9
docs-source/src/en/config/api-exception.md
Normal file
9
docs-source/src/en/config/api-exception.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# API Exception Handling *
|
||||
|
||||
::: warning
|
||||
|
||||
The current page has not been translated yet.
|
||||
|
||||
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
|
||||
|
||||
:::
|
9
docs-source/src/en/config/api-using.md
Normal file
9
docs-source/src/en/config/api-using.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Use as Hook API Configs *
|
||||
|
||||
::: warning
|
||||
|
||||
The current page has not been translated yet.
|
||||
|
||||
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
|
||||
|
||||
:::
|
27
docs-source/src/en/config/r8-proguard.md
Normal file
27
docs-source/src/en/config/r8-proguard.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# R8 & Proguard Obfuscate
|
||||
|
||||
> In most scenarios, the Xposed Module can be compressed by native obfuscation.
|
||||
>
|
||||
> Here is the configuration method of obfuscation.
|
||||
|
||||
## R8
|
||||
|
||||
> If you are using `R8` then you don't need any special configuration for `YukiHookAPI`.
|
||||
|
||||
## Proguard
|
||||
|
||||
> ~~If you are still using `Proguard`, you need to do some rule configuration.~~
|
||||
|
||||
::: danger
|
||||
|
||||
Proguard rules have been deprecated, please don't use them anymore.
|
||||
|
||||
Since Android Gradle Plugin 4.2, the obfuscator with the latest version of the Android Jetpack default is **R8**, and you no longer need to consider obfuscation.
|
||||
|
||||
:::
|
||||
|
||||
To enable `R8` in any version, please add the following rules to the `gradle.properties` file, no configuration is required for Android Gradle Plugin 7.0 and above.
|
||||
|
||||
```groovy
|
||||
android.enableR8=true
|
||||
```
|
9
docs-source/src/en/config/xposed-using.md
Normal file
9
docs-source/src/en/config/xposed-using.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Use as Xposed Module Configs *
|
||||
|
||||
::: warning
|
||||
|
||||
The current page has not been translated yet.
|
||||
|
||||
If necessary, please temporarily switch to the **Simplified Chinese** page, or help us improve the translation of this page.
|
||||
|
||||
:::
|
Reference in New Issue
Block a user