From 83fd70847e426eba6a07e8aeb402ed778390d41b Mon Sep 17 00:00:00 2001 From: Caijinglong Date: Wed, 8 Nov 2023 16:50:14 +0800 Subject: [PATCH] docs: Update README for kotlin version (#1022) Signed-off-by: CaiJingLong --- README-ZH.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index be87629e..fd87eac0 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -147,7 +147,7 @@ import 'package:photo_manager/photo_manager.dart'; ##### Kotlin, Gradle, AGP -该插件使用 **Kotlin `1.6.21`** 来构建。 +该插件使用 **Kotlin `1.7.22`** 来构建。 如果你的项目使用了低于此版本的 Kotlin/Gradle/AGP,请升级到大于或等于指定版本。 更具体的做法: @@ -155,7 +155,7 @@ import 'package:photo_manager/photo_manager.dart'; - 更新你的 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` 或者最新版本。 diff --git a/README.md b/README.md index 0bc21b2a..552bb6d9 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.