Skip to content

Version 0.5.1

Compare
Choose a tag to compare
@yangkx1024 yangkx1024 released this 04 Jul 17:17
· 15 commits to main since this release
66d9160
  • Update doc
  • Improved code structure

MMKV has been packaged as android aar lib and uploaded to the maven repository.
Import it in gradle directly like this:

dependencies {
    implementation("net.yangkx:mmkv:0.5.1")
    // Or another one with encryption feature
    // implementation("net.yangkx:mmkv-encrypt:0.5.1")
}

Crate address: https://crates.io/crates/mmkv

Full Changelog: 0.5.0...0.5.1