From 2315e3ad619084a1672b93d3c3c452ef3c00877b Mon Sep 17 00:00:00 2001 From: guoling Date: Fri, 5 Jul 2024 19:49:03 +0800 Subject: [PATCH] change to v1.3.6 --- Android/MMKV/mmkvdemo/build.gradle | 4 ++-- OpenHarmony/MMKV/BuildProfile.ets | 2 +- OpenHarmony/MMKV/README.md | 4 ++-- OpenHarmony/entry/oh-package-lock.json5 | 2 +- flutter/mmkv/README.md | 6 +++--- flutter/mmkv_ios/ios/mmkv_ios.podspec | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Android/MMKV/mmkvdemo/build.gradle b/Android/MMKV/mmkvdemo/build.gradle index d90ea734..0a1ef904 100644 --- a/Android/MMKV/mmkvdemo/build.gradle +++ b/Android/MMKV/mmkvdemo/build.gradle @@ -76,8 +76,8 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation project(':mmkv') -// implementation 'com.tencent:mmkv:1.3.6' +// implementation project(':mmkv') + implementation 'com.tencent:mmkv:1.3.6' // implementation 'com.tencent:mmkv-static:1.3.6' // this is identical to 'com.tencent:mmkv' // implementation 'com.tencent:mmkv-shared:1.3.6' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/OpenHarmony/MMKV/BuildProfile.ets b/OpenHarmony/MMKV/BuildProfile.ets index f9e55b52..739f06a6 100644 --- a/OpenHarmony/MMKV/BuildProfile.ets +++ b/OpenHarmony/MMKV/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.3.6-beta3'; +export const HAR_VERSION = '1.3.6'; export const BUILD_MODE_NAME = 'release'; export const DEBUG = false; export const TARGET_NAME = 'default'; diff --git a/OpenHarmony/MMKV/README.md b/OpenHarmony/MMKV/README.md index c975361d..e608e71e 100644 --- a/OpenHarmony/MMKV/README.md +++ b/OpenHarmony/MMKV/README.md @@ -1,6 +1,6 @@ [![license](https://img.shields.io/badge/license-BSD_3-brightgreen.svg?style=flat)](https://github.com/Tencent/MMKV/blob/master/LICENSE.TXT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/MMKV/pulls) -[![Release Version](https://img.shields.io/badge/release-1.3.5-brightgreen.svg)](https://github.com/Tencent/MMKV/releases) +[![Release Version](https://img.shields.io/badge/release-1.3.6-brightgreen.svg)](https://github.com/Tencent/MMKV/releases) [![Platform](https://img.shields.io/badge/Platform-%20HarmonyOS%20NEXT-brightgreen.svg)](https://github.com/Tencent/MMKV/wiki/home) MMKV is an **efficient**, **small**, **easy-to-use** mobile key-value storage framework used in the WeChat application. It's now available on **HarmonyOS NEXT**. @@ -37,7 +37,7 @@ Or, you can add it to your project manually. ```json "dependencies": { - "@tencent/mmkv": "1.3.5", + "@tencent/mmkv": "1.3.6", } ``` * Then run diff --git a/OpenHarmony/entry/oh-package-lock.json5 b/OpenHarmony/entry/oh-package-lock.json5 index 1abd156b..25d93f7a 100644 --- a/OpenHarmony/entry/oh-package-lock.json5 +++ b/OpenHarmony/entry/oh-package-lock.json5 @@ -11,7 +11,7 @@ "packages": { "@tencent/mmkv@../MMKV": { "name": "@tencent/mmkv", - "version": "1.3.6-beta3", + "version": "1.3.6", "resolved": "../MMKV", "registryType": "local", "dependencies": { diff --git a/flutter/mmkv/README.md b/flutter/mmkv/README.md index 37060cec..2bf1ded1 100644 --- a/flutter/mmkv/README.md +++ b/flutter/mmkv/README.md @@ -1,6 +1,6 @@ [![license](https://img.shields.io/badge/license-BSD_3-brightgreen.svg?style=flat)](https://github.com/Tencent/MMKV/blob/master/LICENSE.TXT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/MMKV/pulls) -[![Release Version](https://img.shields.io/badge/release-1.3.4-brightgreen.svg)](https://github.com/Tencent/MMKV/releases) +[![Release Version](https://img.shields.io/badge/release-1.3.6-brightgreen.svg)](https://github.com/Tencent/MMKV/releases) [![Platform](https://img.shields.io/badge/Platform-%20Android%20%7C%20iOS-brightgreen.svg)](https://github.com/Tencent/MMKV/wiki/home) MMKV is an **efficient**, **small**, **easy-to-use** mobile key-value storage framework used in the WeChat application. It's currently available on **Android** and **iOS**. @@ -26,11 +26,11 @@ Add the following lines to `pubspec.yaml` on your app module. Then run `flutter ```yaml dependencies: - mmkv: ">=1.3.4" + mmkv: ">=1.3.6" ... ``` -If you already include MMKV native lib in your App, you need to upgrade to version newer than v1.3.4. +If you already include MMKV native lib in your App, you need to upgrade to version newer than v1.3.6. #### iOS Starting from v1.3.5, there's **no need** to change the plugin name 'mmkv' to 'mmkvflutter'. You should remove the script (`fix_mmkv_plugin_name()`) previously added in your Podfile. diff --git a/flutter/mmkv_ios/ios/mmkv_ios.podspec b/flutter/mmkv_ios/ios/mmkv_ios.podspec index fec7cef8..7dd29038 100644 --- a/flutter/mmkv_ios/ios/mmkv_ios.podspec +++ b/flutter/mmkv_ios/ios/mmkv_ios.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = 'mmkv_ios' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'MMKV is a cross-platform key-value storage framework developed by WeChat.' s.description = <<-DESC The MMKV, for Flutter. @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.dependency 'MMKV', '>= 1.3.5' + s.dependency 'MMKV', '>= 1.3.6' s.platform = :ios, '12.0' # Flutter.framework does not contain a i386 slice.