Skip to content

Commit

Permalink
docs: updates (some unimportant)
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Dec 18, 2023
1 parent 039392e commit 87b6514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs-source/src/en/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use `Android Studio` or `IntelliJ IDEA` to create a new Android project and sele

We recommend using Kotlin DSL as the Gradle build script language and [SweetDependency](https://github.com/HighCapable/SweetDependency) to manage dependencies.

#### SweetDependency Method
#### SweetDependency (Recommended)

Add the repositories and dependencies in your project's `SweetDependency` configuration file.

Expand Down Expand Up @@ -104,7 +104,7 @@ dependencies {
}
```

#### Traditional Method (Not Recommended)
#### Traditional Method

Add repositories in your project `build.gradle.kts` or `build.gradle`.

Expand Down
4 changes: 2 additions & 2 deletions docs-source/src/zh-cn/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

我们推荐使用 Kotlin DSL 作为 Gradle 构建脚本语言并推荐使用 [SweetDependency](https://github.com/HighCapable/SweetDependency) 来管理依赖。

#### SweetDependency 方式
#### SweetDependency (推荐)

在你的项目 `SweetDependency` 配置文件中添加存储库和依赖。

Expand Down Expand Up @@ -103,7 +103,7 @@ dependencies {
}
```

#### 传统方式 (不推荐)
#### 传统方式

在你的项目 `build.gradle.kts``build.gradle` 中添加存储库。

Expand Down

0 comments on commit 87b6514

Please sign in to comment.