Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Dec 12, 2023
1 parent 932f7c0 commit dd0a58d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ methods, or properties.

# DexKit 2.0

At present, the 2.0 API is basically stable and needs to undergo final testing before it can be officially released.
Documentation and comments will be gradually improved in the future.
Currently 2.0 has been officially released, please refer to Release Notes for related improvements.

## Supported APIs

Expand Down Expand Up @@ -49,7 +48,7 @@ repositories {
mavenCentral()
}
dependencies {
// replace <version> with your desired version, e.g. 2.0.0-rc1
// replace <version> with your desired version, e.g. `2.0.0`
implementation 'org.luckypray:dexkit:<version>'
}
```
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# DexKit 2.0

目前 2.0 API 基本稳定,需要经过最终测试才能正式发布。 文档和注释今后会逐步完善
目前 2.0 已经正式发布,相关改进参考 Release Notes

## 支持的 API

Expand Down Expand Up @@ -46,7 +46,7 @@ repositories {
mavenCentral()
}
dependencies {
// 替换 <version> 为您需要的版本,例如 '2.0.0-rc1'
// 替换 <version> 为您需要的版本,例如 `2.0.0`
implementation 'org.luckypray:dexkit:<version>'
}
```
Expand Down
6 changes: 3 additions & 3 deletions doc-source/src/en/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Make sure your development environment meets the following requirements:

- JDK 8 and above
- JDK 11 and above
- Kotlin 1.5 and above
- AGP 4.2 and above
- minSdkVersion 21 and above (recommended 23 and above)
Expand Down Expand Up @@ -40,15 +40,15 @@ Current DexKit version: [![Maven Central](https://img.shields.io/maven-central/v
::: code-group-item gradle
```groovy
dependencies {
// replace <version> with your desired version, e.g. '2.0.0-rc1'
// replace <version> with your desired version, e.g. '2.0.0'
implementation 'org.luckypray:dexkit:<version>'
}
```
:::
::: code-group-item gradle-kts
```kotlin
dependencies {
// replace <version> with your desired version, e.g. '2.0.0-rc1'
// replace <version> with your desired version, e.g. '2.0.0'
implementation("org.luckypray:dexkit:<version>")
}
```
Expand Down
2 changes: 1 addition & 1 deletion doc-source/src/zh-cn/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

确保您的开发环境满足以下要求:

- JDK 8 及以上
- JDK 11 及以上
- Kotlin 1.5 及以上
- AGP 4.2 及以上
- minSdkVersion 21 及以上(推荐 23 及以上)
Expand Down

0 comments on commit dd0a58d

Please sign in to comment.