From 9ad881c17d160f471b89bc243e3140bdf2e6f312 Mon Sep 17 00:00:00 2001 From: guoling Date: Thu, 6 May 2021 21:49:19 +0800 Subject: [PATCH] add doc about Maven Centeral migration --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c256e96..b07703a7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ dependencies { } ``` -Starting from v1.2.8, MMKV has been **migrated to Maven Central**. Older versions (v1.2.7 and above) are still available on JCenter. +Starting from v1.2.8, MMKV has been **migrated to Maven Central**. Older versions (<= v1.2.7) are still available on JCenter. For other installation options, see [Android Setup](https://github.com/Tencent/MMKV/wiki/android_setup). ### Quick Tutorial diff --git a/README_CN.md b/README_CN.md index cd20da38..e81faced 100644 --- a/README_CN.md +++ b/README_CN.md @@ -26,7 +26,7 @@ dependencies { // replace "1.2.8" with any available version } ``` -从 v1.2.8 起, MMKV **迁移到 Maven Central**。老版本 (v1.2.7 以前) 仍然在 JCenter。 +从 v1.2.8 起, MMKV **迁移到 Maven Central**。老版本 (<= v1.2.7) 仍然在 JCenter。 更多安装指引参考 [Android Setup](https://github.com/Tencent/MMKV/wiki/android_setup_cn)。 ### 快速上手