Skip to content

Version 0.3.4

Compare
Choose a tag to compare
@yangkx1024 yangkx1024 released this 08 Dec 19:06
· 51 commits to main since this release
66a80a9
  • Add time cost of init and trim to log
  • Add multi-thread test case to Swift package
  • Add Android test cases
  • Add Android test runner to GitHub CI
  • Update READEME.md

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.3.4")
    // Or another one with encryption feature
    // implementation("net.yangkx:mmkv-encrypt:0.3.4")
}

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