Skip to content

Commit

Permalink
update flutter for v1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Nov 12, 2024
1 parent ea96ed0 commit ba3c61f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
3 changes: 3 additions & 0 deletions flutter/mmkv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# MMKV for Flutter Change Log
## v1.3.11 / 2024-11-12
* Fix a bug that MMKV on HarmonyOS NEXT might become dead-locked for other threads after `decodeStringSet()` / `decodeNumberSet` / `decodeBoolSet` or decoding `TypedArray`.

## v1.3.10 / 2024-10-25
* Rollback some breaking changes on platform interface package.

Expand Down
4 changes: 2 additions & 2 deletions flutter/mmkv/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ dependencies:
^1.0.8
# path: ../mmkv_ios
mmkv_android:
^1.0.7
^1.0.9
# path: ../mmkv_android
mmkv_ohos:
^1.0.3
^1.0.4
# path: ../mmkv_ohos
mmkv_platform_interface:
^1.0.3
Expand Down
3 changes: 3 additions & 0 deletions flutter/mmkv_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# MMKV Platform Android Change Log
## v1.0.9 / 2024-11-12
Keep up with native lib v1.3.11.

## v1.0.8 / 2024-11-04
Rollback minSdkVersion to 21.

Expand Down
3 changes: 1 addition & 2 deletions flutter/mmkv_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ android {
}

dependencies {
// implementation 'com.tencent:mmkv:[2.0.0, 2.1)'
implementation 'com.tencent:mmkv:[1.3.9, 2.0)'
implementation 'com.tencent:mmkv:[1.3.11, 2.0)'
}
}
2 changes: 1 addition & 1 deletion flutter/mmkv_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mmkv_android
description: Android platform implementation of MMKV.
repository: https://github.com/Tencent/MMKV/tree/master/flutter/mmkv_ios
version: 1.0.8
version: 1.0.9
homepage: https://github.com/Tencent/mmkv

environment:
Expand Down
3 changes: 3 additions & 0 deletions flutter/mmkv_ohos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# MMKV Platform OHOS Change Log
## v1.0.4 / 2024-11-12
Keep up with native lib v1.3.11.

## v1.0.3 / 2024-10-24
Rollback native lib to v1.3.x.

Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_ohos/ohos/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"dependencies": {
"@ohos/flutter_ohos": "file:./har/flutter.har",
"@tencent/mmkv": "^1.3.9"
"@tencent/mmkv": "^1.3.11"
// "@tencent/mmkv": "^2.0.0"
// "@tencent/mmkv": "file:../../../OpenHarmony/MMKV/build/default/outputs/default/MMKV.har"
},
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_ohos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mmkv_ohos
description: OHOS platform implementation of MMKV.
repository: https://github.com/Tencent/MMKV/tree/master/flutter/mmkv_ohos
version: 1.0.3
version: 1.0.4
homepage: https://github.com/Tencent/mmkv

environment:
Expand Down

0 comments on commit ba3c61f

Please sign in to comment.