mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
docs(fix): normalized
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Contact Us
|
# Contact Us
|
||||||
|
|
||||||
> If you have any questions in use, or have any constructive suggestions, you can contact us.
|
> If you have any questions during usage, or have any constructive suggestions, you can contact us.
|
||||||
|
|
||||||
Join our developers group.
|
Join our developers group.
|
||||||
|
|
||||||
|
@@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
The project needs to be created using `Android Studio` or `IntelliJ IDEA` and be of type Android project and have integrated Kotlin environment dependencies.
|
The project needs to be created using `Android Studio` or `IntelliJ IDEA` and be of type Android project and have integrated Kotlin environment dependencies.
|
||||||
|
|
||||||
- Android Studio (It is recommended to get the latest version [from here](https://developer.android.com/studio))
|
- Android Studio (It is recommended to get the latest version from [here](https://developer.android.com/studio))
|
||||||
|
|
||||||
- IntelliJ IDEA (It is recommended to get the latest version [from here](https://www.jetbrains.com/idea))
|
- IntelliJ IDEA (It is recommended to get the latest version from [here](https://www.jetbrains.com/idea))
|
||||||
|
|
||||||
- Kotlin 1.9.0+, Gradle 8+, Java 11, 17+, Android Gradle Plugin 8+
|
- Kotlin 1.9.0+, Gradle 8+, Java 11, 17+, Android Gradle Plugin 8+
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ libraries:
|
|||||||
|
|
||||||
After adding it, run Gradle Sync and all dependencies will be autowired.
|
After adding it, run Gradle Sync and all dependencies will be autowired.
|
||||||
|
|
||||||
Next, deploy plugins in your project `build.gradle.kts`.
|
Next, deploy plugins in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> The following example
|
> The following example
|
||||||
|
|
||||||
@@ -85,7 +85,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, deploy dependencies in your project `build.gradle.kts`.
|
Then, deploy dependencies in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> The following example
|
> The following example
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ dependencies {
|
|||||||
|
|
||||||
#### Version Catalog
|
#### Version Catalog
|
||||||
|
|
||||||
Add repositories in your project `build.gradle.kts`.
|
Add repositories in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> Kotlin DSL
|
> Kotlin DSL
|
||||||
|
|
||||||
@@ -145,7 +145,7 @@ kavaref-extension = { module = "com.highcapable.kavaref:kavaref-extension", vers
|
|||||||
xposed-api = { module = "de.robv.android.xposed:api", version = "82" }
|
xposed-api = { module = "de.robv.android.xposed:api", version = "82" }
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, deploy plugins in your project `build.gradle.kts`.
|
Next, deploy plugins in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> Kotlin DSL
|
> Kotlin DSL
|
||||||
|
|
||||||
@@ -156,7 +156,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, deploy dependencies in your project `build.gradle.kts`.
|
Then, deploy dependencies in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> Kotlin DSL
|
> Kotlin DSL
|
||||||
|
|
||||||
@@ -176,7 +176,7 @@ dependencies {
|
|||||||
|
|
||||||
#### Traditional Method
|
#### Traditional Method
|
||||||
|
|
||||||
Add repositories in your project `build.gradle.kts`.
|
Add repositories in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> Kotlin DSL
|
> Kotlin DSL
|
||||||
|
|
||||||
@@ -189,7 +189,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Add plugins in your project `build.gradle.kts`.
|
Add plugins in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> Kotlin DSL
|
> Kotlin DSL
|
||||||
|
|
||||||
@@ -200,7 +200,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Add dependencies in your project `build.gradle.kts`.
|
Add dependencies in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
> Kotlin DSL
|
> Kotlin DSL
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ features:
|
|||||||
details: Natively supports multiple Xposed API usages and natively connects to multiple Xposed APIs, Hook Frameworks within the supported range can be quickly integrated.
|
details: Natively supports multiple Xposed API usages and natively connects to multiple Xposed APIs, Hook Frameworks within the supported range can be quickly integrated.
|
||||||
- title: Obfuscate Support
|
- title: Obfuscate Support
|
||||||
details: The built Xposed Module simply supports R8, obfuscate will not destroy the hook entry point, and no other configuration is required under R8.
|
details: The built Xposed Module simply supports R8, obfuscate will not destroy the hook entry point, and no other configuration is required under R8.
|
||||||
- title: Quickly Started
|
- title: Quick to Start
|
||||||
details: Simple and easy to use it now! Do not need complex configuration and full development experience, Integrate dependencies and enjoy yourself.
|
details: Simple and easy to use it now! Do not need complex configuration and full development experience, Integrate dependencies and enjoy yourself.
|
||||||
footer: Apache-2.0 License | Copyright (C) 2019 HighCapable
|
footer: Apache-2.0 License | Copyright (C) 2019 HighCapable
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user