mirror of
https://github.com/BetterAndroid/PanguText.git
synced 2025-09-04 17:55:24 +08:00
docs(fix): normalized
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Contact Us
|
# Contact Us
|
||||||
|
|
||||||
> If you have any questions during 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.
|
||||||
|
|
||||||
|
@@ -41,7 +41,7 @@ pangutext-android = "<version>"
|
|||||||
pangutext-android = { module = "com.highcapable.pangutext:pangutext-android", version.ref = "pangutext-android" }
|
pangutext-android = { module = "com.highcapable.pangutext:pangutext-android", version.ref = "pangutext-android" }
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure dependency in your project `build.gradle.kts`.
|
Configure dependency in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation(libs.pangutext.android)
|
implementation(libs.pangutext.android)
|
||||||
@@ -51,7 +51,7 @@ Please change `<version>` to the version displayed at the top of this document.
|
|||||||
|
|
||||||
### Traditional Method
|
### Traditional Method
|
||||||
|
|
||||||
Configure dependency in your project `build.gradle.kts`.
|
Configure dependency in your project's `build.gradle.kts`.
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("com.highcapable.pangutext:pangutext-android:<version>")
|
implementation("com.highcapable.pangutext:pangutext-android:<version>")
|
||||||
|
Reference in New Issue
Block a user