MMKV v1.2.11 Release Notes

Release Date: 2021-10-26 // over 2 years ago
  • 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 as com.tencent:mmkv.
    • For those still in need of MMKV with shared linking of libc++_shared, you could use com.tencent:mmkv-shared instead.
    • โž• Add backup & restore ability.

    ๐ŸŽ iOS / macOS

    • โž• Add backup & restore ability.
    • ๐Ÿ‘Œ Support tvOS.
    • ๐Ÿ›  Fix a compile error on some old Xcode.