Skip to content

Commit

Permalink
docs: Update README for kotlin version (#1022)
Browse files Browse the repository at this point in the history
Signed-off-by: CaiJingLong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong authored Nov 8, 2023
1 parent 51ed029 commit 83fd708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ import 'package:photo_manager/photo_manager.dart';

##### Kotlin, Gradle, AGP

该插件使用 **Kotlin `1.6.21`** 来构建。
该插件使用 **Kotlin `1.7.22`** 来构建。
如果你的项目使用了低于此版本的 Kotlin/Gradle/AGP,请升级到大于或等于指定版本。

更具体的做法:

- 更新你的 Gradle version (`gradle-wrapper.properties`)
`7.5.1` 或者最新版本。
- 更新你的 Kotlin version (`ext.kotlin_version`)
`1.7.21` 或者最新版本。
`1.7.22` 或者最新版本。
- 更新你的 AGP version (`com.android.tools.build:gradle`)
或者 `7.2.2` 或者最新版本。

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Minimum platform versions:

##### Kotlin, Gradle, AGP

We ship this plugin with **Kotlin `1.6.21`**.
We ship this plugin with **Kotlin `1.7.22`**.
If your projects use a lower version of Kotlin/Gradle/AGP,
please upgrade them to a newer version.

Expand All @@ -158,7 +158,7 @@ More specifically:
- Upgrade your Gradle version (`gradle-wrapper.properties`)
to `7.5.1` or the latest version.
- Upgrade your Kotlin version (`ext.kotlin_version`)
to `1.7.21` or the latest version.
to `1.7.22` or the latest version.
- Upgrade your AGP version (`com.android.tools.build:gradle`)
to `7.2.2` or the latest version.

Expand Down

0 comments on commit 83fd708

Please sign in to comment.