Skip to content

Commit c74d8b8

Browse files
authored
Merge pull request #1531 from Tencent/dev
update some dep
2 parents e028cfd + 9180143 commit c74d8b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Android/MMKV/mmkvdemo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
cmake {
2727
arguments = ["-DANDROID_STL=c++_shared"]
2828
// use prefab or not: Gradle has bug handling local prefab modules, fails on linking
29-
// arguments += ["-DHAS_PREFAB=1"]
29+
// arguments += ["-DHAS_PREFAB=1"]
3030
cppFlags "-fvisibility=hidden", "-funwind-tables", "-fasynchronous-unwind-tables", "-O2",
3131
"-Wl,-z,max-page-size=16384"
3232
}
@@ -98,7 +98,7 @@ repositories {
9898
}
9999

100100
// Define the mmkv version to use
101-
def mmkvVersion = '2.2.1'
101+
def mmkvVersion = '2.2.2'
102102

103103
dependencies {
104104
implementation fileTree(include: ['*.jar'], dir: 'libs')

OpenHarmony/MMKV/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Use these variables when you tailor your ArkTS code. They must be of the const type.
33
*/
4-
export const HAR_VERSION = '2.2.1';
4+
export const HAR_VERSION = '2.2.2';
55
export const BUILD_MODE_NAME = 'release';
66
export const DEBUG = false;
77
export const TARGET_NAME = 'default';

flutter/mmkv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![license](https://img.shields.io/badge/license-BSD_3-brightgreen.svg?style=flat)](https://github.com/Tencent/MMKV/blob/master/LICENSE.TXT)
22
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/MMKV/pulls)
3-
[![Release Version](https://img.shields.io/badge/release-2.2.0-brightgreen.svg)](https://github.com/Tencent/MMKV/releases)
3+
[![Release Version](https://img.shields.io/badge/release-2.2.2-brightgreen.svg)](https://github.com/Tencent/MMKV/releases)
44
[![Platform](https://img.shields.io/badge/Platform-%20Android%20%7C%20iOS-brightgreen.svg)](https://github.com/Tencent/MMKV/wiki/home)
55

66
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,7 +26,7 @@ Add the following lines to `pubspec.yaml` on your app module. Then run `flutter
2626

2727
```yaml
2828
dependencies:
29-
mmkv: "^2.2.0"
29+
mmkv: "^2.2.2"
3030
```
3131
3232
If you already include MMKV native lib in your App, you need to upgrade to version newer than v2.0.0.

0 commit comments

Comments
 (0)