v1.2.11 / 2021-10-26
Android
- Due to increasing report about crash inside STL, we have decided to make MMKV static linking
libc++
by default. Starting from v1.2.11,com.tencent:mmkv-static
is the same ascom.tencent:mmkv
. - For those still in need of MMKV with shared linking of
libc++_shared
, you could usecom.tencent:mmkv-shared
instead. - Add backup & restore ability.
iOS / macOS
- Add backup & restore ability.
- Support tvOS.
- Fix a compile error on some old Xcode.
Flutter (v1.2.12)
- Add backup & restore ability.
POSIX / golang / Python
- Add backup & restore ability.
- Fix a compile error on Gentoo.
Win32
- Add backup & restore ability.